Searched refs:NormalizeToNativeFilePath (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/
H A Dfile_util.h287 BASE_EXPORT bool NormalizeToNativeFilePath(const FilePath& path,
H A Dfile_util_win.cc394 if (!NormalizeToNativeFilePath(path, &mapped_file))
396 // NormalizeToNativeFilePath() will return a path that starts with
447 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { function in namespace:base
/external/chromium/base/
H A Dfile_util.h326 BASE_API bool NormalizeToNativeFilePath(const FilePath& path,
H A Dfile_util_win.cc1041 if (!NormalizeToNativeFilePath(path, &mapped_file))
1043 // NormalizeToNativeFilePath() will return a path that starts with
1050 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { function in namespace:file_util

Completed in 325 milliseconds