Lines Matching refs:GetPath
326 std::string path{GetPath(true)}; in Dump()
367 size_t FileSpec::GetPath(char *path, size_t path_max_len, in GetPath() function in FileSpec
372 std::string result = GetPath(denormalize); in GetPath()
377 std::string FileSpec::GetPath(bool denormalize) const { in GetPath() function in FileSpec
379 GetPath(result, denormalize); in GetPath()
384 return ConstString{GetPath(denormalize)}; in GetPathAsConstString()
387 void FileSpec::GetPath(llvm::SmallVectorImpl<char> &path, in GetPath() function in FileSpec
426 GetPath(current_path, false); in CopyByRemovingLastPathComponent()
436 GetPath(current_path, false); in PrependPathComponent()
444 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
449 GetPath(current_path, false); in AppendPathComponent()
455 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
460 GetPath(current_path, false); in RemoveLastPathComponent()
519 GetPath(path, false); in IsAbsolute()