Lines Matching refs:GetPath
95 if (!android::base::Realpath(apex_file->GetPath(), &path)) { in ScanBuiltInDir()
97 << apex_file->GetPath(); in ScanBuiltInDir()
139 } else if (it->second.GetPath() != apex_file->GetPath()) { in ScanBuiltInDir()
151 LOG(level) << "Found two apex packages " << it->second.GetPath() in ScanBuiltInDir()
152 << " and " << apex_file->GetPath() in ScanBuiltInDir()
156 LOG(FATAL) << "Public key of apex package " << it->second.GetPath() in ScanBuiltInDir()
291 << it->second.GetPath(); in AddBlockApex()
348 if (EndsWith(apex_file->GetPath(), kDecompressedApexPackageSuffix)) { in AddDataApex()
400 return it->second.GetPath(); in GetPreinstalledPath()
411 return it->second.GetPath(); in GetDataPath()
443 return apex.GetPath().starts_with(decompression_dir_); in IsDecompressedApex()
451 return it->second.GetPath() == apex.GetPath() || IsDecompressedApex(apex); in IsPreInstalledApex()
456 apex.GetPath().starts_with(*block_disk_path_); in IsBlockApex()