Home
last modified time | relevance | path

Searched refs:kApexRoot (Results 1 – 7 of 7) sorted by relevance

/system/apex/libs/libapexutil/
Dapexutil.h34 constexpr const char *const kApexRoot = "/apex"; variable
/system/apex/tests/native/
Dapex_shared_libraries_test.cpp39 static constexpr const char* kApexRoot = "/apex"; variable
52 if (fs::path(entry.mount_point).parent_path() != kApexRoot) { in TEST()
/system/apex/apexd/
Dapex_constants.h41 static constexpr const char* kApexRoot = "/apex"; variable
Dapex_database.cpp279 if (fs::path(mount_point).parent_path() != kApexRoot) { in PopulateFromMounts()
Dapexd.cpp1109 return StringPrintf("%s/%s", kApexRoot, GetPackageId(manifest).c_str()); in GetPackageMountPoint()
1117 return StringPrintf("%s/%s", kApexRoot, manifest.name().c_str()); in GetActiveMountPoint()
1155 StringPrintf("%s/%s/%s/%s", kApexRoot, kApexSharedLibsSubDir, in ActivateSharedLibsPackage()
1409 fmt::format("{}/.{}-{}", kApexRoot, in EmitApexInfoList()
1437 fmt::format("{}/{}", kApexRoot, kApexInfoList); in EmitApexInfoList()
2324 StringPrintf("%s/%s", kApexRoot, kApexSharedLibsSubDir); in CreateSharedLibsApexDir()
3329 std::string file_name = StringPrintf("%s/%s", kApexRoot, kApexInfoList); in OnOtaChrootBootstrap()
3389 std::string mount_point = std::string(kApexRoot) + "/" + manifest->name(); in OnOtaChrootBootstrapFlattenedApex()
3412 std::string file_name = StringPrintf("%s/%s", kApexRoot, kApexInfoList); in OnOtaChrootBootstrapFlattenedApex()
3593 std::string name = StringPrintf("%s/.default-%s", kApexRoot, kApexInfoList); in UpdateApexInfoList()
Dapexservice_test.cpp442 log << kApexRoot << "=[" << Join(ListDir(kApexRoot), ',') << "]"; in GetDebugStr()
504 std::string mount_point = std::string(kApexRoot) + "/" + package_id; in GetBlockDeviceForApex()
1096 std::string(kApexRoot) + "/" + installer_->package; in TEST_F()
1117 std::string versioned_path = std::string(kApexRoot) + "/" + in TEST_F()
1196 std::string expected_mount = std::string(kApexRoot) + "/" + package_id; in TEST_F()
1318 std::string expected_mount = std::string(kApexRoot) + "/" + package_id; in TEST_F()
1688 std::vector<std::string> slash_apex = ListDir(kApexRoot); in RunPrePost()
/system/linkerconfig/modules/
Dapex.cc141 const auto apex_root = root + apex::kApexRoot; in ScanActiveApexes()