Searched defs:O_BINARY (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp38 * We must open binary files using open(path, ... | O_BINARY) under Windows.
41 #ifndef O_BINARY
42 # define O_BINARY 0 macro
H A DAsset.cpp44 #ifndef O_BINARY
45 # define O_BINARY 0 macro
128 fd = open(fileName, O_RDONLY | O_BINARY);
189 fd = open(fileName, O_RDONLY | O_BINARY);
635 return open(fname, O_RDONLY | O_BINARY);
642 return open(mFileName, O_RDONLY | O_BINARY);
/frameworks/base/tools/aapt/
H A DXMLNode.cpp16 #define O_BINARY 0 macro
581 int fd = open(file->getSourceFile().string(), O_RDONLY | O_BINARY);
/frameworks/base/tools/aidl/
H A Daidl.cpp23 #ifndef O_BINARY
24 # define O_BINARY 0 macro
1109 O_RDWR|O_CREAT|O_TRUNC|O_BINARY,

Completed in 69 milliseconds