Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util.h326 BASE_API bool NormalizeToNativeFilePath(const FilePath& path,
Dfile_util_win.cc1041 if (!NormalizeToNativeFilePath(path, &mapped_file)) in NormalizeFilePath()
1050 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { in NormalizeToNativeFilePath() function