Searched defs:apex_path (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd_test.cpp | 943 auto apex_path = vm_payload_disk_ + std::to_string(block_device_index_++); in AddBlockApex() local 2335 std::string apex_path = in TEST_F() local 2380 std::string apex_path = in TEST_F() local 2415 std::string apex_path = in TEST_F() local 2464 auto apex_path = in TEST_F() local 2516 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local 2582 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local 2630 std::string apex_path = in TEST_F() local 2667 std::string apex_path = in TEST_F() local 2755 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v2.capex"); in TEST_F() local [all …]
|
H A D | apex_file.h | 66 ApexFile(const std::string& apex_path, in ApexFile()
|
H A D | apexd_test_utils.h | 353 const std::string& apex_path) { in WriteBlockApex()
|
H A D | apex_file_repository.cpp | 239 const std::string apex_path = in AddBlockApex() local
|
H A D | apex_file_test.cpp | 164 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
|
H A D | apexd.cpp | 2433 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
|
/aosp_15_r20/build/make/tools/releasetools/ |
H A D | apex_utils.py | 59 …def __init__(self, apex_path, key_passwords, codename_to_api_level_map, avbtool=None, sign_tool=No… argument 111 def ExtractApexPayload(self, apex_path): argument
|
/aosp_15_r20/packages/modules/Virtualization/guest/microdroid_manager/src/ |
D | payload.rs | 40 let apex_path = format!("/dev/block/by-name/{}", apex.partition_name); in get_apex_data_from_payload() localVariable
|
/aosp_15_r20/system/apex/libs/libapexutil/ |
H A D | apexutil.cpp | 73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
|
/aosp_15_r20/system/apex/tools/ |
H A D | host_apex_verifier.cc | 161 const std::string& apex_path, const std::string& partition_tag) { in ScanApex()
|
H A D | deapexer.py | 365 def GetType(apex_path): argument
|
/aosp_15_r20/cts/tests/tests/jni/libjnitest/ |
H A D | android_jni_cts_LinkerNamespacesTest.cpp | 444 for (const std::string& apex_path : kApexLibraryPaths) { in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
|
/aosp_15_r20/art/build/apex/ |
H A D | art_apex_test.py | 67 def extract_apex(apex_path, deapexer_path, debugfs_path, fsckerofs_path, argument
|