Home
last modified time | relevance | path

Searched defs:apex_path (Results 1 – 9 of 9) 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.h64 ApexFile(const std::string& apex_path, in ApexFile()
Dapexd_test.cpp219 auto apex_path = vm_payload_disk_ + std::to_string(block_device_index_++); in AddBlockApex() local
2344 std::string apex_path = in TEST_F() local
2388 std::string apex_path = in TEST_F() local
2423 std::string apex_path = in TEST_F() local
2471 auto apex_path = in TEST_F() local
2522 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2587 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2634 std::string apex_path = in TEST_F() local
2670 std::string apex_path = in TEST_F() local
2755 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v2.capex"); in TEST_F() local
[all …]
Dapexd_test_utils.h361 const std::string& apex_file, const std::string& apex_path) { in WriteBlockApex()
Dapex_file_repository.cpp240 const std::string apex_path = in AddBlockApex() local
Dapex_file_test.cpp164 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
Dapexd.cpp2768 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
/system/apex/tools/
Dhost_apex_verifier.cc135 int sdk_version, const std::string& apex_path) { in ScanApex()
Ddeapexer.py263 def GetType(apex_path): argument