Lines Matching refs:GetPath
324 std::string path{GetPath(true)}; in Dump()
347 size_t FileSpec::GetPath(char *path, size_t path_max_len, in GetPath() function in FileSpec
352 std::string result = GetPath(denormalize); in GetPath()
357 std::string FileSpec::GetPath(bool denormalize) const { in GetPath() function in FileSpec
359 GetPath(result, denormalize); in GetPath()
364 return ConstString{GetPath(denormalize)}.AsCString(nullptr); in GetCString()
367 void FileSpec::GetPath(llvm::SmallVectorImpl<char> &path, in GetPath() function in FileSpec
407 GetPath(current_path, false); in CopyByRemovingLastPathComponent()
416 GetPath(current_path, false); in GetLastPathComponent()
423 GetPath(current_path, false); in PrependPathComponent()
431 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
436 GetPath(current_path, false); in AppendPathComponent()
442 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
447 GetPath(current_path, false); in RemoveLastPathComponent()
480 GetPath(current_path, false); in IsAbsolute()