Searched refs:FindFile (Results 1 – 6 of 6) sorted by relevance
50 static const char *FindFile(const char *file_path, in FindFile() function63 static const char *FindFile(const char *file_path, char *, uptr) { in FindFile() function73 filename = FindFile(filename, new_file_path.data(), new_file_path.size()); in ParseFromFile()
127 std::optional<FileSpec> FindFile(const FileSpec &orig_spec) const;
257 target_sp->GetSourcePathMap().FindFile(original_file)) in ApplyFileMappings()
242 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile() function in PathMappingList
462 auto remapped = target->GetSourcePathMap().FindFile(m_file_spec); in CommonInitializer()
1596 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()