Home
last modified time | relevance | path

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

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