open 183 VMPI/MMgcPortUnix.cpp int smap_hndl = open(buff, O_RDONLY);
open 277 VMPI/MMgcPortUnix.cpp if ((mapfd = open(mapname, O_RDONLY)) < 0 || fstat(mapfd, &st) != 0) {
open 62 platform/unix/solariscpuid.cpp extern "C" int open(const char *, int, ...);
open 80 platform/unix/solariscpuid.cpp d = open(dev_cpu_self_cpuid, O_RDONLY);
open 644 shell/ByteArrayGlue.cpp if (fp == NULL || !fp->open(filenameUTF8.c_str(), File::OPEN_READ_BINARY))
open 723 shell/ByteArrayGlue.cpp if (fp == NULL || !fp->open(filenameUTF8.c_str(), File::OPEN_WRITE_BINARY))
open 78 shell/File.h virtual bool open(const char* filename, OpenAttribute flags) = 0;
open 61 shell/FileClass.cpp if (fp->open(filenameUTF8.c_str(), File::OPEN_READ)) {
open 80 shell/FileClass.cpp if(!fp || !fp->open(filenameUTF8.c_str(), File::OPEN_READ))
open 152 shell/FileClass.cpp if (!fp || !fp->open(filenameUTF8.c_str(), File::OPEN_WRITE))
open 47 shell/FileInputStream.cpp if(file->open(filename, File::OPEN_READ_BINARY))
open 51 shell/PosixFile.h virtual bool open(const char* filename, File::OpenAttribute flags);
open 51 shell/WinFile.h virtual bool open(const char* filename, File::OpenAttribute flags);