Searched refs:ReadSymbolicLink (Results 1 – 5 of 5) sorted by relevance
23 if (!ReadSymbolicLink(stat_file, &exe_name)) { in GetProcessExecutablePath()
175 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
62 if (ReadSymbolicLink(current, &target)) { in ResolvePath()
650 if (!ReadSymbolicLink(path, &link)) in AddWatchForBrokenSymlink()
410 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() function