Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_handle_linux.cc32 if (!ReadSymbolicLink(stat_file, &exe_name)) { in GetProcessExecutablePath()
/external/libchrome/base/
Dbase_paths_posix.cc43 if (!ReadSymbolicLink(FilePath(kProcSelfExe), &bin_dir)) { in PathProviderPosix()
/external/libchrome/base/files/
Dfile_util.h205 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
Dfile_path_watcher_linux.cc640 if (!ReadSymbolicLink(path, &link)) in AddWatchForBrokenSymlink()
Dfile_util_posix.cc516 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) { in ReadSymbolicLink() function