OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FILE_OPEN_RO
(Results
1 - 2
of
2
) sorted by null
/build/make/tools/zipalign/
ZipFile.cpp
44
#define
FILE_OPEN_RO
"rb"
97
openflags =
FILE_OPEN_RO
;
386
inputFp = fopen(fileName,
FILE_OPEN_RO
);
[
all
...]
/frameworks/base/tools/aapt/
ZipFile.cpp
41
#define
FILE_OPEN_RO
"rb"
94
openflags =
FILE_OPEN_RO
;
384
inputFp = fopen(fileName,
FILE_OPEN_RO
);
[
all
...]
Completed in 71 milliseconds