Lines Matching refs:GetPath
325 std::string path{GetPath(true)}; in Dump()
348 size_t FileSpec::GetPath(char *path, size_t path_max_len, in GetPath() function in FileSpec
353 std::string result = GetPath(denormalize); in GetPath()
358 std::string FileSpec::GetPath(bool denormalize) const { in GetPath() function in FileSpec
360 GetPath(result, denormalize); in GetPath()
365 return ConstString{GetPath(denormalize)}.AsCString(nullptr); in GetCString()
368 void FileSpec::GetPath(llvm::SmallVectorImpl<char> &path, in GetPath() function in FileSpec
408 GetPath(current_path, false); in CopyByRemovingLastPathComponent()
417 GetPath(current_path, false); in GetLastPathComponent()
424 GetPath(current_path, false); in PrependPathComponent()
432 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
437 GetPath(current_path, false); in AppendPathComponent()
443 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
448 GetPath(current_path, false); in RemoveLastPathComponent()
481 GetPath(current_path, false); in IsAbsolute()