Home
last modified time | relevance | path

Searched defs:full_path (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapex_database.h35 std::string full_path; // Full path to the apex file. member
120 const std::string& full_path) { in RemoveMountedApex()
137 const std::string& full_path) { in SetLatest()
Dapex_database_test.cpp92 const std::string& loop_name, const std::string& full_path, in Contains()
106 const std::string& loop_name, const std::string& full_path, in ContainsPackage()
Dapexd.cpp401 const std::string& full_path = apex.GetPath(); in mountNonFlattened() local
1087 bool IsMounted(const std::string& name, const std::string& full_path) { in IsMounted()
1198 Status activatePackage(const std::string& full_path) { in activatePackage()
1208 Status deactivatePackage(const std::string& full_path) { in deactivatePackage()
/system/core/adb/
Dtest_device.py655 def __init__(self, checksum, full_path): argument