Home
last modified time | relevance | path

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

/system/apex/libs/libapexutil/
Dapexutil.cpp73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
/system/apex/apexd/
Dapex_file_repository.cpp196 const ApexPath& apex_path = apex_paths[current_index]; in OpenApexFiles() local
242 for (const auto& apex_path : all_apex_paths) { in AddPreInstalledApex() local
331 const std::string apex_path = in AddBlockApex() local
Dapex_file.h66 ApexFile(const std::string& apex_path, in ApexFile()
Dapexd_image_manager.cpp120 auto apex_path = apex_file.GetPath(); in PinApexFiles() local
Dapexd_test.cpp955 auto apex_path = vm_payload_disk_ + std::to_string(block_device_index_++); in AddBlockApex() local
2322 std::string apex_path = in TEST_F() local
2366 std::string apex_path = in TEST_F() local
2400 std::string apex_path = in TEST_F() local
2448 auto apex_path = in TEST_F() local
2499 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2564 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2611 std::string apex_path = in TEST_F() local
2647 std::string apex_path = in TEST_F() local
2733 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v2.capex"); in TEST_F() local
[all …]
Dapexd_test_utils.h352 const std::string& apex_path) { in WriteBlockApex()
Dapex_file_test.cpp164 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
Dapexd.cpp2447 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
/system/apex/tools/
Dhost_apex_verifier.cc161 const std::string& apex_path, const std::string& partition_tag) { in ScanApex()
Ddeapexer.py372 def GetType(apex_path): argument