Searched defs:apex_path (Results 1 – 10 of 10) sorted by relevance
73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
196 const ApexPath& apex_path = apex_paths[current_index]; in OpenApexFiles() local242 for (const auto& apex_path : all_apex_paths) { in AddPreInstalledApex() local331 const std::string apex_path = in AddBlockApex() local
66 ApexFile(const std::string& apex_path, in ApexFile()
120 auto apex_path = apex_file.GetPath(); in PinApexFiles() local
955 auto apex_path = vm_payload_disk_ + std::to_string(block_device_index_++); in AddBlockApex() local2322 std::string apex_path = in TEST_F() local2366 std::string apex_path = in TEST_F() local2400 std::string apex_path = in TEST_F() local2448 auto apex_path = in TEST_F() local2499 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local2564 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local2611 std::string apex_path = in TEST_F() local2647 std::string apex_path = in TEST_F() local2733 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v2.capex"); in TEST_F() local[all …]
352 const std::string& apex_path) { in WriteBlockApex()
164 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
2447 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
161 const std::string& apex_path, const std::string& partition_tag) { in ScanApex()
372 def GetType(apex_path): argument