Searched defs:apex_path (Results 1 – 7 of 7) sorted by relevance
73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
129 const std::string apex_path = from_dir + "/" + name; in ActivateFlattenedApexesFrom() local159 const apex::proto::ApexManifest& apex_manifest) { in ActivateFlattenedApexesIfPossible()
61 ApexFile(const std::string& apex_path, in ApexFile()
1880 std::string apex_path = in TEST_F() local1923 std::string apex_path = in TEST_F() local1958 std::string apex_path = in TEST_F() local2005 auto apex_path = in TEST_F() local2055 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local2119 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local2165 std::string apex_path = in TEST_F() local2200 std::string apex_path = in TEST_F() local2282 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v2.capex"); in TEST_F() local2374 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local[all …]
146 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
2573 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
263 def GetType(apex_path): argument