Home
last modified time | relevance | path

Searched refs:kApexHashTreeDir (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapex_constants.h28 static constexpr const char* kApexHashTreeDir = "/data/apex/hashtree"; variable
Dapexd_verity.cpp154 if (auto st = createDirIfNeeded(kApexHashTreeDir, 0700); !st.ok()) { in PrepareHashTree()
Dapex_database.cpp161 if (!StartsWith(backing_files[1], kApexHashTreeDir)) { in PopulateLoopInfo()
Dapexservice_test.cpp1195 std::string(kApexHashTreeDir) + "/" + package_id; in TEST_F()
1236 std::string(kApexHashTreeDir) + "/" + package_id + ".new"; in TEST_F()
1244 std::string(kApexHashTreeDir) + "/" + package_id; in TEST_F()
1354 std::string(kApexHashTreeDir) + "/" + package_id + ".new"; in TEST_F()
1365 std::string(kApexHashTreeDir) + "/" + package_id + ".new"; in TEST_F()
1372 std::string(kApexHashTreeDir) + "/" + package_id; in TEST_F()
2826 std::string hashtree_file = std::string(kApexHashTreeDir) + "/" + in TEST_F()
Dapexd.cpp499 std::string(kApexHashTreeDir) + "/" + GetPackageId(apex.GetManifest()); in GetHashTreeFileName()