Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
H A Dfile_util_posix.cc479 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath() local
480 if (real_path_result.empty()) in NormalizeFilePath()
483 // To be consistent with windows, fail if |real_path_result| is a in NormalizeFilePath()
485 if (DirectoryExists(real_path_result)) in NormalizeFilePath()
488 *normalized_path = real_path_result; in NormalizeFilePath()

Completed in 2 milliseconds