HomeSort by relevance Sort by last modified time
    Searched refs:NormalizeToNativeFilePath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/files/
file_util.h 290 BASE_EXPORT bool NormalizeToNativeFilePath(const FilePath& path,
file_util_win.cc 439 if (!NormalizeToNativeFilePath(path, &mapped_file))
441 // NormalizeToNativeFilePath() will return a path that starts with
492 bool NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) {

Completed in 45 milliseconds