Home
last modified time | relevance | path

Searched defs:apex_path (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/apex/libs/libapexutil/
H A Dapexutil.cpp73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
/aosp12/system/core/init/
H A Dmount_namespace.cpp129 const std::string apex_path = from_dir + "/" + name; in ActivateFlattenedApexesFrom() local
159 const apex::proto::ApexManifest& apex_manifest) { in ActivateFlattenedApexesIfPossible()
/aosp12/system/apex/apexd/
H A Dapex_file.h61 ApexFile(const std::string& apex_path, in ApexFile()
H A Dapexd_test.cpp1882 std::string apex_path = in TEST_F() local
1925 std::string apex_path = in TEST_F() local
1960 std::string apex_path = in TEST_F() local
2007 auto apex_path = in TEST_F() local
2057 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2121 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2167 std::string apex_path = in TEST_F() local
2202 std::string apex_path = in TEST_F() local
3092 auto apex_path = in TEST_F() local
3132 auto apex_path = in TEST_F() local
[all …]
H A Dapex_file_test.cpp146 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
H A Dapexd.cpp2592 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
/aosp12/packages/modules/Virtualization/microdroid/signature/
H A Dmk_payload.cc186 const auto& apex_path = get_apex_path(apex_name); in LoadSystemApexes() local
293 std::string apex_path = ToAbsolute(apex_config.path, config.dirname); in MakePayload() local
/aosp12/build/make/tools/releasetools/
H A Dapex_utils.py57 def __init__(self, apex_path, key_passwords, codename_to_api_level_map): argument
/aosp12/system/apex/tools/
H A Ddeapexer.py263 def GetType(apex_path): argument
/aosp12/art/build/apex/
H A Dart_apex_test.py61 def extract_apex(apex_path, deapexer_path, debugfs_path, tmpdir): argument