Searched refs:kApkResourceTablePath (Results 1 – 4 of 4) sorted by relevance
39 if (apk->FindFile(kApkResourceTablePath) != nullptr) { in DetermineApkFormat()158 io::IFile* table_file = collection->FindFile(kApkResourceTablePath); in LoadBinaryApkFromFileCollection()163 diag->Error(DiagMessage(source) << "failed to open " << kApkResourceTablePath); in LoadBinaryApkFromFileCollection()252 if (format_ == ApkFormat::kBinary && path == kApkResourceTablePath) { in WriteToArchive()
32 constexpr static const char kApkResourceTablePath[] = "resources.arsc"; variable
91 return io::CopyInputStreamToArchive(context_, &input_stream, kApkResourceTablePath, in SerializeTable()330 path == kApkResourceTablePath || in Convert()
1062 return io::CopyInputStreamToArchive(context_, &input_stream, kApkResourceTablePath, in FlattenTable()