Home
last modified time | relevance | path

Searched refs:apex_path (Results 1 – 8 of 8) sorted by relevance

/system/core/init/
Dmount_namespace.cpp129 const std::string apex_path = from_dir + "/" + name; in ActivateFlattenedApexesFrom() local
130 const auto apex_manifest = GetApexManifest(apex_path); in ActivateFlattenedApexesFrom()
132 LOG(ERROR) << apex_path << " is not an APEX directory: " << apex_manifest.error(); in ActivateFlattenedApexesFrom()
136 if (auto result = MountDir(apex_path, mount_path); !result.ok()) { in ActivateFlattenedApexesFrom()
139 on_activate(apex_path, *apex_manifest); in ActivateFlattenedApexesFrom()
158 auto on_activate = [&](const std::string& apex_path, in ActivateFlattenedApexesIfPossible()
160 apex_infos.emplace_back(apex_manifest.name(), apex_path, apex_path, apex_manifest.version(), in ActivateFlattenedApexesIfPossible()
/system/apex/libs/libapexutil/
Dapexutil.cpp73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
74 auto manifest = ParseApexManifest(apex_path + "/apex_manifest.pb"); in GetActivePackages()
76 apexes.emplace(std::move(apex_path), std::move(*manifest)); in GetActivePackages()
/system/apex/apexd/
Dapex_file.h61 ApexFile(const std::string& apex_path, in ApexFile() argument
66 : apex_path_(apex_path), in ApexFile()
Dapexd_test.cpp1880 std::string apex_path = in TEST_F() local
1903 /* preinstalledModulePath= */ apex_path, in TEST_F()
1923 std::string apex_path = in TEST_F() local
1958 std::string apex_path = in TEST_F() local
1981 /* preinstalledModulePath= */ apex_path, in TEST_F()
2005 auto apex_path = in TEST_F() local
2007 fs::copy(GetTestFile("com.android.apex.compressed.v1.capex"), apex_path); in TEST_F()
2029 /* preinstalledModulePath= */ apex_path, in TEST_F()
2055 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2077 /* preinstalledModulePath= */ apex_path, in TEST_F()
[all …]
Dapex_file_test.cpp146 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
147 Result<ApexFile> apex = ApexFile::Open(apex_path); in TEST()
Dapexd.cpp2573 const std::string& apex_path) { in OpenAndValidateDecompressedApex() argument
2574 auto apex = ApexFile::Open(apex_path); in OpenAndValidateDecompressedApex()
/system/apex/tools/
Ddeapexer.py263 def GetType(apex_path): argument
264 with zipfile.ZipFile(apex_path, 'r') as zip_file:
/system/sepolicy/build/soong/
Dselinux_contexts.go338 apex_path := "/system/apex/" + strings.Replace(
343 Text("awk '/object_r/{printf(\""+apex_path+"%s\\n\",$0)}'").