Searched refs:kProtoResourceTablePath (Results 1 – 4 of 4) sorted by relevance
41 } 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()
33 constexpr static const char kProtoResourceTablePath[] = "resources.pb"; variable
167 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in SerializeTable()343 path == kProtoResourceTablePath || in Convert()
854 if (zip_collection->FindFile(kProtoResourceTablePath) != nullptr) { in LoadSymbolsFromIncludePaths()1210 return io::CopyProtoToArchive(context_, &pb_table, kProtoResourceTablePath, in FlattenTable()