Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc737 FilePath real_path_result = MakeAbsoluteFilePath(path); in NormalizeFilePath() local
738 if (real_path_result.empty()) in NormalizeFilePath()
743 if (DirectoryExists(real_path_result)) in NormalizeFilePath()
746 *normalized_path = real_path_result; in NormalizeFilePath()