Home
last modified time | relevance | path

Searched defs:kEmptyArchive (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/libziparchive/
H A Dzip_error.h43 kEmptyArchive = -6, enumerator
/aosp12/frameworks/base/tools/aapt2/io/
H A DZipArchive.cpp98 constexpr static const int32_t kEmptyArchive = -6; in Create() local