OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILE_OPEN_RO
(Results
1 - 2
of
2
) sorted by null
/build/tools/zipalign/
ZipFile.cpp
41
#define
FILE_OPEN_RO
"rb"
94
openflags =
FILE_OPEN_RO
;
384
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 160 milliseconds