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

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

Completed in 88 milliseconds