Searched refs:kOpenTruncate (Results 1 - 3 of 3) sorted by relevance

/build/tools/zipalign/
H A DZipAlign.cpp125 ZipFile::kOpenReadWrite|ZipFile::kOpenCreate|ZipFile::kOpenTruncate)
H A DZipFile.h64 kOpenTruncate = 0x08, // if it exists, empty it enumerator in enum:android::ZipFile::__anon7
H A DZipFile.cpp65 if ((flags & kOpenTruncate))
75 if (flags & kOpenTruncate) {

Completed in 57 milliseconds