Searched refs:readlink (Results 1 – 25 of 91) sorted by relevance
1234
/kernel/linux/linux-5.10/tools/leds/ |
D | get_led_device_info.sh | 37 bus=`readlink $led_cdev_path/device/subsystem | sed s'/.*\///'` 38 usb_subdev=`readlink $led_cdev_path | grep usb | sed s'/\(.*usb[0-9]*\/[0-9]*-[0-9]*\)\/.*/\1/'` 43 input_node=`readlink $led_cdev_path/device | sed s'/.*\///'` 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 52 driver=`readlink $usb_interface/driver | sed s'/.*\///'`
|
/kernel/linux/linux-5.10/tools/perf/ |
D | perf-archive.sh | 33 PERF_BUILDID_LINKDIR=$(readlink -f $PERF_BUILDID_DIR)/ 38 filename=$(readlink -f $linkname)
|
D | Makefile | 38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
D | proc-self-map-files-001.c | 32 if (readlink(name, buf, sizeof(buf)) == -1) in pass() 42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
|
D | proc-self-map-files-002.c | 32 if (readlink(name, buf, sizeof(buf)) == -1) in pass() 42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
|
D | self.c | 33 rv = readlink("/proc/self", buf2, sizeof(buf2)); in main()
|
D | thread-self.c | 37 rv = readlink("/proc/thread-self", buf2, sizeof(buf2)); in f()
|
/kernel/linux/linux-5.10/scripts/dummy-tools/ |
D | gcc | 81 echo "$(dirname "$(readlink -f "$0")")/dummy-plugin-dir"
|
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/ |
D | file | 13 readlink
|
D | string | 46 readlink
|
/kernel/liteos_a/testsuites/unittest/fuzz/ |
D | readlink_fuzzer.cpp | 44 readlink(pathname, buf, bufsize); in TestReadlink()
|
/kernel/liteos_a/testsuites/unittest/process/fs/smoke/ |
D | It_process_fs_022.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs022()
|
D | It_process_fs_010.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs010()
|
D | It_process_fs_007.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs007()
|
D | It_process_fs_011.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs011()
|
D | It_process_fs_021.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs021()
|
D | It_process_fs_009.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs009()
|
D | It_process_fs_008.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs008()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
D | It_time_container_009.cpp | 58 auto nbytes = readlink(path.c_str(), buf.data(), bufsiz); in ReadlinkTime()
|
D | It_net_container_003.cpp | 59 auto nbytes = readlink(path.c_str(), buf.data(), bufsiz); in ReadlinkNet()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | symlink.c | 34 error = NFS_PROTO(inode)->readlink(inode, page, 0, PAGE_SIZE); in nfs_symlink_filler()
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_other.c | 559 readlink(path, linkName, NAME_MAX); in LsFile() 564 readlink(path, linkName, NAME_MAX); in LsFile() 610 readlink(fullpath, linkName, NAME_MAX); in LsDir() 615 readlink(fullpath, linkName, NAME_MAX); in LsDir()
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-dev | 14 $ readlink /sys/dev/block/8:32
|
/kernel/linux/linux-5.10/tools/perf/tests/shell/ |
D | buildid.sh | 39 file=${build_id_dir}/.build-id/${id:0:2}/`readlink ${link}`/elf
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | sdt.c | 51 if (buf && readlink("/proc/self/exe", buf, PATH_MAX - 1) < 0) { in get_self_path()
|
1234