HomeSort by relevance Sort by last modified time
    Searched refs:FILE_OPEN_RO (Results 1 - 2 of 2) sorted by null

  /build/tools/zipalign/
ZipFile.cpp 44 #define FILE_OPEN_RO "rb"
97 openflags = FILE_OPEN_RO;
387 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 55 milliseconds