Searched refs:NormalizePath (Results 1 – 4 of 4) sorted by relevance
429 auto fn = NormalizePath(fname); in NewSequentialFile()446 auto fn = NormalizePath(fname); in NewRandomAccessFile()463 auto fn = NormalizePath(fname); in NewRandomRWFile()492 auto fn = NormalizePath(fname); in NewWritableFile()512 auto fn = NormalizePath(fname); in FileExists()531 auto d = NormalizePath(dir); in GetChildren()568 auto fn = NormalizePath(fname); in DeleteFile()636 auto s = NormalizePath(src); in RenameFile()637 auto t = NormalizePath(dest); in RenameFile()650 auto s = NormalizePath(src); in LinkFile()[all …]
193 extern std::string NormalizePath(const std::string& path);
456 std::string NormalizePath(const std::string& path) { in NormalizePath() function
696 const std::string normalized_fpath = NormalizePath(path + fname); in CleanupFilesAfterRecovery()