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()
98 const std::string manifest_path = apex_dir + "/apex_manifest.pb"; in GetApexManifest() local100 if (!android::base::ReadFileToString(manifest_path, &content)) { in GetApexManifest()101 return Error() << "Failed to read manifest file: " << manifest_path; in GetApexManifest()105 return Error() << "Can't parse manifest file: " << manifest_path; in GetApexManifest()