HomeSort by relevance Sort by last modified time
    Searched refs:ReadSymbolicLink (Results 1 - 8 of 8) 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 62 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 410 bool ReadSymbolicLink(const FilePath& symlink_path, FilePath* target_path) {
  /system/webservd/webservd/
utils.cc 44 if (!base::ReadSymbolicLink(base::FilePath{"/proc/self/exe"}, &exe_path) ||
  /system/update_engine/common/
test_utils.cc 332 base::ReadSymbolicLink(base::FilePath("/proc/self/exe"), &exe_path);
  /system/connectivity/shill/
device_info.cc 256 return base::ReadSymbolicLink(GetDeviceInfoPath(iface_name, path_name),
419 if (!base::ReadSymbolicLink(device_file, &device_path)) {
    [all...]

Completed in 136 milliseconds