Searched defs:full_path (Results 1 – 4 of 4) sorted by relevance
35 std::string full_path; // Full path to the apex file. member120 const std::string& full_path) { in RemoveMountedApex()137 const std::string& full_path) { in SetLatest()
92 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()
401 const std::string& full_path = apex.GetPath(); in mountNonFlattened() local1087 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()
655 def __init__(self, checksum, full_path): argument