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

/external/chromium_org/base/files/
H A Dfile_util.h290 BASE_EXPORT bool NormalizeToNativeFilePath(const FilePath& path,
H A Dfile_util_win.cc439 if (!NormalizeToNativeFilePath(path, &mapped_file))
441 // NormalizeToNativeFilePath() will return a path that starts with
492 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) { function in namespace:base

Completed in 219 milliseconds