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()
100 io::IFile* table_file = collection->FindFile(kProtoResourceTablePath); in LoadProtoApkFromFileCollection()
105 diag->Error(DiagMessage(source) << "failed to open " << kProtoResourceTablePath); in LoadProtoApkFromFileCollection()
111 diag->Error(DiagMessage(source) << "failed to read " << kProtoResourceTablePath); in LoadProtoApkFromFileCollection()
119 << "failed to deserialize " << kProtoResourceTablePath << ": " << error); in LoadProtoApkFromFileCollection()
269 } 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.cpp162 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in SerializeTable()
331 path == kProtoResourceTablePath || in Convert()
DLink.cpp828 if (zip_collection->FindFile(kProtoResourceTablePath) != nullptr) { in LoadSymbolsFromIncludePaths()
1069 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in FlattenTable()