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