Searched refs:kApexRoot (Results 1 – 7 of 7) sorted by relevance
/system/apex/libs/libapexutil/ |
D | apexutil.h | 34 constexpr const char *const kApexRoot = "/apex"; variable
|
/system/apex/tests/native/ |
D | apex_shared_libraries_test.cpp | 39 static constexpr const char* kApexRoot = "/apex"; variable 52 if (fs::path(entry.mount_point).parent_path() != kApexRoot) { in TEST()
|
/system/apex/apexd/ |
D | apex_constants.h | 41 static constexpr const char* kApexRoot = "/apex"; variable
|
D | apex_database.cpp | 279 if (fs::path(mount_point).parent_path() != kApexRoot) { in PopulateFromMounts()
|
D | apexd.cpp | 1109 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()
|
D | apexservice_test.cpp | 442 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/ |
D | apex.cc | 141 const auto apex_root = root + apex::kApexRoot; in ScanActiveApexes()
|