Searched refs:manifest_path (Results 1 – 2 of 2) sorted by relevance
36 Result<ApexManifest> ParseApexManifest(const std::string &manifest_path) { in ParseApexManifest() argument38 if (!ReadFileToString(manifest_path, &content)) { in ParseApexManifest()39 return Error() << "Failed to read manifest file: " << manifest_path; in ParseApexManifest()43 return Error() << "Can't parse APEX manifest: " << manifest_path; in ParseApexManifest()
120 const std::string manifest_path = apex_dir + "/apex_manifest.pb"; in GetApexName() local122 if (!android::base::ReadFileToString(manifest_path, &content)) { in GetApexName()123 return Error() << "Failed to read manifest file: " << manifest_path; in GetApexName()127 return Error() << "Can't parse manifest file: " << manifest_path; in GetApexName()