Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 25 of 91) sorted by relevance

1234

/kernel/linux/linux-5.10/tools/leds/
Dget_led_device_info.sh37 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/
Dperf-archive.sh33 PERF_BUILDID_LINKDIR=$(readlink -f $PERF_BUILDID_DIR)/
38 filename=$(readlink -f $linkname)
DMakefile38 FULL_O := $(shell cd $(PWD); readlink -f $(O) || echo $(O))
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
Dproc-self-map-files-001.c32 if (readlink(name, buf, sizeof(buf)) == -1) in pass()
42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
Dproc-self-map-files-002.c32 if (readlink(name, buf, sizeof(buf)) == -1) in pass()
42 if (readlink(name, buf, sizeof(buf)) == -1 && errno == ENOENT) in fail()
Dself.c33 rv = readlink("/proc/self", buf2, sizeof(buf2)); in main()
Dthread-self.c37 rv = readlink("/proc/thread-self", buf2, sizeof(buf2)); in f()
/kernel/linux/linux-5.10/scripts/dummy-tools/
Dgcc81 echo "$(dirname "$(readlink -f "$0")")/dummy-plugin-dir"
/kernel/linux/linux-5.10/tools/perf/trace/strace/groups/
Dfile13 readlink
Dstring46 readlink
/kernel/liteos_a/testsuites/unittest/fuzz/
Dreadlink_fuzzer.cpp44 readlink(pathname, buf, bufsize); in TestReadlink()
/kernel/liteos_a/testsuites/unittest/process/fs/smoke/
DIt_process_fs_022.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs022()
DIt_process_fs_010.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs010()
DIt_process_fs_007.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs007()
DIt_process_fs_011.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs011()
DIt_process_fs_021.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs021()
DIt_process_fs_009.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs009()
DIt_process_fs_008.cpp43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs008()
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_time_container_009.cpp58 auto nbytes = readlink(path.c_str(), buf.data(), bufsiz); in ReadlinkTime()
DIt_net_container_003.cpp59 auto nbytes = readlink(path.c_str(), buf.data(), bufsiz); in ReadlinkNet()
/kernel/linux/linux-5.10/fs/nfs/
Dsymlink.c34 error = NFS_PROTO(inode)->readlink(inode, page, 0, PAGE_SIZE); in nfs_symlink_filler()
/kernel/liteos_a/fs/vfs/operation/
Dvfs_other.c559 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/
Dsysfs-dev14 $ readlink /sys/dev/block/8:32
/kernel/linux/linux-5.10/tools/perf/tests/shell/
Dbuildid.sh39 file=${build_id_dir}/.build-id/${id:0:2}/`readlink ${link}`/elf
/kernel/linux/linux-5.10/tools/perf/tests/
Dsdt.c51 if (buf && readlink("/proc/self/exe", buf, PATH_MAX - 1) < 0) { in get_self_path()

1234