Lines Matching refs:GetPath
376 std::string path{GetPath(true)}; in Dump()
410 size_t FileSpec::GetPath(char *path, size_t path_max_len, in GetPath() function in FileSpec
415 std::string result = GetPath(denormalize); in GetPath()
420 std::string FileSpec::GetPath(bool denormalize) const { in GetPath() function in FileSpec
422 GetPath(result, denormalize); in GetPath()
427 return ConstString{GetPath(denormalize)}.AsCString(nullptr); in GetCString()
430 void FileSpec::GetPath(llvm::SmallVectorImpl<char> &path, in GetPath() function in FileSpec
472 GetPath(current_path, false); in CopyByRemovingLastPathComponent()
481 GetPath(current_path, false); in GetLastPathComponent()
488 GetPath(current_path, false); in PrependPathComponent()
496 return PrependPathComponent(new_path.GetPath(false)); in PrependPathComponent()
501 GetPath(current_path, false); in AppendPathComponent()
507 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
512 GetPath(current_path, false); in RemoveLastPathComponent()
547 GetPath(current_path, false); in IsAbsolute()