Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
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()
DLoadedApk.h33 constexpr static const char kProtoResourceTablePath[] = "resources.pb"; variable
/frameworks/base/tools/aapt2/cmd/
DConvert.cpp167 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in SerializeTable()
343 path == kProtoResourceTablePath || in Convert()
DLink.cpp854 if (zip_collection->FindFile(kProtoResourceTablePath) != nullptr) { in LoadSymbolsFromIncludePaths()
1210 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in FlattenTable()