Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_handle_linux.cc23 if (!ReadSymbolicLink(stat_file, &exe_name)) { in GetProcessExecutablePath()
/external/libchrome/base/files/
Dfile_util.h175 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
Dfile_path_watcher_linux.cc613 if (!ReadSymbolicLink(path, &link)) in AddWatchForBrokenSymlink()
Dfile_util_posix.cc459 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() function