Home
last modified time | relevance | path

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

/system/apex/libs/libapexutil/
Dapexutil.cpp73 std::string apex_path = apex_root + "/" + entry->d_name; in GetActivePackages() local
/system/core/init/
Dmount_namespace.cpp129 const std::string apex_path = from_dir + "/" + name; in ActivateFlattenedApexesFrom() local
159 const apex::proto::ApexManifest& apex_manifest) { in ActivateFlattenedApexesIfPossible()
/system/apex/apexd/
Dapex_file.h61 ApexFile(const std::string& apex_path, in ApexFile()
Dapexd_test.cpp1880 std::string apex_path = in TEST_F() local
1923 std::string apex_path = in TEST_F() local
1958 std::string apex_path = in TEST_F() local
2005 auto apex_path = in TEST_F() local
2055 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2119 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
2165 std::string apex_path = in TEST_F() local
2200 std::string apex_path = in TEST_F() local
2282 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v2.capex"); in TEST_F() local
2374 auto apex_path = AddPreInstalledApex("com.android.apex.compressed.v1.capex"); in TEST_F() local
[all …]
Dapex_file_test.cpp146 const std::string apex_path = kTestDataDir + "corrupted_b146895998.apex"; in TEST() local
Dapexd.cpp2573 const std::string& apex_path) { in OpenAndValidateDecompressedApex()
/system/apex/tools/
Ddeapexer.py263 def GetType(apex_path): argument