Home
last modified time | relevance | path

Searched defs:hashtree_file (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapexd_verity.cpp61 const std::string& hashtree_file) { in GenerateHashTree()
117 Result<std::string> CalculateRootDigest(const std::string& hashtree_file, in CalculateRootDigest()
153 const std::string& hashtree_file) { in PrepareHashTree()
Dapexd_verity_test.cpp56 auto hashtree_file = StringPrintf("%s/hashtree", td.path); in TEST() local
89 auto hashtree_file = StringPrintf("%s/hashtree", td.path); in TEST() local
Dapexd.cpp363 const std::string& hashtree_file, in MountPackageImpl()
508 std::string hashtree_file = GetHashTreeFileName(apex, /* is_new = */ true); in VerifyAndTempMountPackage() local
1720 for (const std::string& hashtree_file : changed_hashtree_files) { in stagePackages() local
Dapexservice_test.cpp2826 std::string hashtree_file = std::string(kApexHashTreeDir) + "/" + in TEST_F() local