Home
last modified time | relevance | path

Searched refs:kApkResourceTablePath (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp39 if (apk->FindFile(kApkResourceTablePath) != nullptr) { in DetermineApkFormat()
161 io::IFile* table_file = collection->FindFile(kApkResourceTablePath); in LoadBinaryApkFromFileCollection()
166 diag->Error(android::DiagMessage(source) << "failed to open " << kApkResourceTablePath); in LoadBinaryApkFromFileCollection()
256 if (format_ == ApkFormat::kBinary && path == kApkResourceTablePath) { in WriteToArchive()
H A DLoadedApk.h32 constexpr static const char kApkResourceTablePath[] = "resources.arsc"; variable
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert.cpp95 return io::CopyInputStreamToArchive(context_, &input_stream, kApkResourceTablePath, in SerializeTable()
342 path == kApkResourceTablePath || in Convert()
H A DLink.cpp1199 return io::CopyInputStreamToArchive(context_, &input_stream, kApkResourceTablePath, in FlattenTable()