Home
last modified time | relevance | path

Searched refs:kManifestFilenamePb (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapex_constants.h60 static constexpr const char* kManifestFilenamePb = "apex_manifest.pb"; variable
Dapexd_prepostinstall.cpp128 ReadManifest(mount_point + "/" + kManifestFilenamePb); in RunFnInstall()
131 << kManifestFilenamePb << " for " << name << ": " in RunFnInstall()
Dapex_file.cpp129 ret = FindEntry(handle, kManifestFilenamePb, &entry); in Open()
131 return Error() << "Could not find entry \"" << kManifestFilenamePb in Open()
Dapexd.cpp409 ReadManifest(mount_point + "/" + kManifestFilenamePb); in VerifyMountedImage()
3376 std::string manifest_file = apex_dir + "/" + kManifestFilenamePb; in OnOtaChrootBootstrapFlattenedApex()