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