HomeSort by relevance Sort by last modified time
    Searched refs:ReadSymbolicLink (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/process/
process_handle_linux.cc 23 if (!ReadSymbolicLink(stat_file, &exe_name)) {
  /external/libchrome/base/files/
file_util.h 175 BASE_EXPORT bool ReadSymbolicLink(const FilePath& symlink, FilePath* target);
file_path_watcher_linux.cc 613 if (!ReadSymbolicLink(path, &link))
file_util_posix.cc 459 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) {
  /system/update_engine/common/
test_utils.cc 271 base::ReadSymbolicLink(base::FilePath("/proc/self/exe"), &exe_path);

Completed in 144 milliseconds