Lines Matching refs:full_path
39 std::string full_path; // Full path to the apex file. member
51 MountedApexData(const std::string& loop_name, const std::string& full_path,
57 full_path(full_path),
70 compare_val = full_path.compare(rhs.full_path);
120 const std::string& full_path,
132 if (pkg_it->first.full_path == full_path &&
141 const std::string& full_path) in SetLatest() argument
144 SetLatestLocked(package, full_path); in SetLatest()
148 const std::string& full_path) in SetLatestLocked() argument
156 if (pkg_it->first.full_path == full_path) { in SetLatestLocked()
168 LOG(FATAL) << "Did not find " << package << " " << full_path; in SetLatestLocked()