Searched refs:kBinary (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | LoadedApk.cpp | 40 return ApkFormat::kBinary; in DetermineApkFormat() 67 return ApkFormat::kBinary; in DetermineApkFormat() 87 case ApkFormat::kBinary: in LoadApkFromPath() 197 std::move(manifest), ApkFormat::kBinary); in LoadBinaryApkFromFileCollection() 256 if (format_ == ApkFormat::kBinary && path == kApkResourceTablePath) { in WriteToArchive() 343 } else if (format_ == ApkFormat::kBinary) { in LoadXml()
|
D | LoadedApk.h | 38 kBinary, enumerator
|
/frameworks/base/tools/aapt2/optimize/ |
D | MultiApkGenerator_test.cpp | 109 LoadedApk apk = {{"test.apk"}, {}, std::move(table), {}, kBinary}; in TEST_F() 136 LoadedApk apk = {{"test.apk"}, {}, std::move(table), {}, kBinary}; in TEST_F() 161 LoadedApk apk = {{"test.apk"}, {}, std::move(table), {}, kBinary}; in TEST_F()
|
/frameworks/compile/libbcc/lib/ |
D | FileBase.h | 40 kBinary = 1 << 0, enumerator
|
D | FileBase.cpp | 52 if (pFlags & kBinary) { in FileBase()
|
/frameworks/base/tools/aapt2/cmd/ |
D | Convert.cpp | 273 if (output_format == ApkFormat::kBinary) { in Convert() 413 format = ApkFormat::kBinary; in Action()
|
D | Dump.cpp | 356 } else if (apk->GetApkFormat() == ApkFormat::kBinary) { in Dump()
|