Home
last modified time | relevance | path

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

/aosp_15_r20/system/apex/apexd/
H A Dapexd_test.cpp943 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 Dapex_file.h66 ApexFile(const std::string& apex_path, in ApexFile()
H A Dapexd_test_utils.h353 const std::string& apex_path) { in WriteBlockApex()
H A Dapex_file_repository.cpp239 const std::string apex_path = in AddBlockApex() local
H A Dapex_file_test.cpp164 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
H A Dapexd.cpp2433 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
/aosp_15_r20/build/make/tools/releasetools/
H A Dapex_utils.py59 …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/
Dpayload.rs40 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 Dapexutil.cpp73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
/aosp_15_r20/system/apex/tools/
H A Dhost_apex_verifier.cc161 const std::string& apex_path, const std::string& partition_tag) { in ScanApex()
H A Ddeapexer.py365 def GetType(apex_path): argument
/aosp_15_r20/cts/tests/tests/jni/libjnitest/
H A Dandroid_jni_cts_LinkerNamespacesTest.cpp444 for (const std::string& apex_path : kApexLibraryPaths) { in Java_android_jni_cts_LinkerNamespacesHelper_runAccessibilityTestImpl() local
/aosp_15_r20/art/build/apex/
H A Dart_apex_test.py67 def extract_apex(apex_path, deapexer_path, debugfs_path, fsckerofs_path, argument