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/
Dfile_util_posix.cc464 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath() local
465 if (real_path_result.empty()) in NormalizeFilePath()
470 if (DirectoryExists(real_path_result)) in NormalizeFilePath()
473 *normalized_path = real_path_result; in NormalizeFilePath()