Home
last modified time | relevance | path

Searched refs:NormalizeToNativeFilePath (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/files/
Dfile_util.h223 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path);
Dfile_util_win.cc378 if (!NormalizeToNativeFilePath(path, &mapped_file)) in NormalizeFilePath()
433 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { in NormalizeToNativeFilePath() function