/kernel/liteos_a/testsuites/unittest/process/fs/smoke/ |
H A D | It_process_fs_009.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs009()
|
H A D | It_process_fs_007.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs007()
|
H A D | It_process_fs_008.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs008()
|
H A D | It_process_fs_010.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs010()
|
H A D | It_process_fs_011.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs011()
|
H A D | It_process_fs_022.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs022()
|
H A D | It_process_fs_021.cpp | 43 auto nbytes = readlink(path.c_str(), buf.data(), PATH_MAX); in ItProcessFs021()
|
/third_party/libuv/src/unix/ |
H A D | procfs-exepath.c | 36 n = readlink("/proc/self/exe", buffer, n); in uv_exepath()
|
/third_party/musl/src/unistd/ |
H A D | readlink.c | 5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink() function
|
H A D | ttyname_r.c | 15 l = readlink(procname, name, size); in ttyname_r()
|
/third_party/libinput/src/ |
H A D | builddir.h | 47 nread = readlink("/proc/self/exe", execdir, sizeof(execdir) - 1); in builddir_lookup() 51 /* readlink doesn't terminate the string and readlink says in builddir_lookup()
|
/third_party/node/deps/uv/src/unix/ |
H A D | procfs-exepath.c | 36 n = readlink("/proc/self/exe", buffer, n); in uv_exepath()
|
/third_party/node/test/parallel/ |
H A D | test-fs-null-bytes.js | 70 check(fs.readlink, fs.readlinkSync, 'foo\u0000bar'); 105 check(fs.readlink, fs.readlinkSync, fileUrl); 137 check(fs.readlink, fs.readlinkSync, fileUrl2);
|
/kernel/linux/linux-6.6/scripts/dummy-tools/ |
H A D | gcc | 99 echo "$(dirname "$(readlink -f "$0")")/dummy-plugin-dir"
|
/third_party/node/test/wasi/c/ |
H A D | create_symlink.c | 13 assert(readlink(linkpath, readlink_result, result_size) == in main()
|
/third_party/python/Tools/scripts/ |
H A D | lll.py | 15 print(name, '->', os.readlink(full))
|
H A D | findlinksto.py | 36 linkto = os.readlink(name)
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | system_utils_linux.cpp | 26 ssize_t result = readlink("/proc/self/exe", path, sizeof(path) - 1); in GetExecutablePath()
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | thread-self.c | 37 rv = readlink("/proc/thread-self", buf2, sizeof(buf2)); in f()
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | thread-self.c | 37 rv = readlink("/proc/thread-self", buf2, sizeof(buf2)); in f()
|
/kernel/liteos_a/testsuites/unittest/container/smoke/ |
H A D | It_net_container_003.cpp | 59 auto nbytes = readlink(path.c_str(), buf.data(), bufsiz); in ReadlinkNet() 61 perror("readlink"); in ReadlinkNet()
|
H A D | It_time_container_009.cpp | 58 auto nbytes = readlink(path.c_str(), buf.data(), bufsiz); in ReadlinkTime() 60 perror("readlink"); in ReadlinkTime()
|
/base/sensors/miscdevice/utils/common/src/ |
H A D | file_utils.cpp | 117 ret = readlink(buf, filePath, FILE_PATH_MAX);
in GetFileName() 119 MISC_HILOGE("readlink failed with %{public}d", errno);
in GetFileName() 225 ssize_t ret = readlink(fdPath.c_str(), filePath, FILE_PATH_MAX);
in GetFileSuffix()
|
/third_party/eudev/src/libudev/ |
H A D | libudev-util.c | 122 len = readlink(path, target, sizeof(target)); in util_get_sys_core_link_value() 142 len = readlink(syspath, link_target, sizeof(link_target)); in util_resolve_sys_link()
|
/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm.sh | 23 export SCRIPT_PATCH=$(dirname $(readlink -f "$0"))
|