Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp41 } else if (apk->FindFile(kProtoResourceTablePath) != nullptr) { in DetermineApkFormat()
102 io::IFile* table_file = collection->FindFile(kProtoResourceTablePath); in LoadProtoApkFromFileCollection()
107 diag->Error(android::DiagMessage(source) << "failed to open " << kProtoResourceTablePath); in LoadProtoApkFromFileCollection()
113 diag->Error(android::DiagMessage(source) << "failed to read " << kProtoResourceTablePath); in LoadProtoApkFromFileCollection()
121 << "failed to deserialize " << kProtoResourceTablePath << ": " << error); in LoadProtoApkFromFileCollection()
273 } else if (format_ == ApkFormat::kProto && path == kProtoResourceTablePath) { in WriteToArchive()
H A DLoadedApk.h33 constexpr static const char kProtoResourceTablePath[] = "resources.pb"; variable
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert.cpp167 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in SerializeTable()
343 path == kProtoResourceTablePath || in Convert()
H A DLink.cpp851 if (zip_collection->FindFile(kProtoResourceTablePath) != nullptr) { in LoadSymbolsFromIncludePaths()
1207 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in FlattenTable()