Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive_common.h32 static const uint32_t kSignature = 0x06054b50; member
75 static const uint32_t kSignature = 0x02014b50; member
128 static const uint32_t kSignature = 0x04034b50; member
189 static constexpr uint32_t kSignature = 0x07064b50; member
211 static constexpr uint32_t kSignature = 0x06064b50; member
/system/core/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils.cpp32 static constexpr char kSignature[] = "FASTDEPLOY"; variable