Searched refs:O_BINARY (Results 1 – 7 of 7) sorted by relevance
51 #ifdef O_BINARY in FileBase()53 mOpenFlags |= O_BINARY; in FileBase()
45 #ifndef O_BINARY46 # define O_BINARY 0 macro141 fd = open(fileName, O_RDONLY | O_BINARY); in createFromFile()202 fd = open(fileName, O_RDONLY | O_BINARY); in createFromCompressedFile()688 return open(fname, O_RDONLY | O_BINARY); in openFileDescriptor()695 return open(mFileName, O_RDONLY | O_BINARY); in openFileDescriptor()
88 unique_fd fd(base::utf8::open(path.c_str(), O_RDONLY | O_BINARY | O_CLOEXEC)); in CreateAssetFromFile()
42 int mode = O_RDONLY | O_CLOEXEC | O_BINARY; in FileInputStream()113 int mode = O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY; in FileOutputStream()
50 unique_fd fd(::open(path.c_str(), O_RDONLY | O_BINARY)); in TEST()
212 int flags = O_RDONLY | O_CLOEXEC | O_BINARY; in MmapPath()
16 #define O_BINARY 0 macro586 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY); in parse()