Home
last modified time | relevance | path

Searched refs:readlink (Results 126 - 150 of 276) sorted by relevance

12345678910>>...12

/kernel/linux/linux-6.6/tools/bpf/
H A Dbpf_jit_disasm.c47 len = readlink(path, tpath, size); in get_exec_path()
/third_party/f2fs-tools/fsck/
H A Dsload.c180 ret = readlink(de->full_path, de->link, F2FS_BLKSIZE - 1); in set_inode_metadata()
/third_party/eudev/src/udev/
H A Dudev-node.c75 len = readlink(slink, buf, sizeof(buf)); in node_symlink()
/third_party/libwebsockets/lib/misc/
H A Ddir.c259 * Hide this from Coverity since it flags any use of readlink() in lws_dir_rm_rf_cb()
262 if (readlink(path, dummy, sizeof(dummy)) < 0) in lws_dir_rm_rf_cb()
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_lowlevel.h258 void (*readlink) (fuse_req_t req, fuse_ino_t ino); member
914 * readlink
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h60 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h58 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/porting/linux/user/include/
H A Dunistd.h64 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h60 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h58 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h64 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h58 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/musl/include/
H A Dunistd.h74 ssize_t readlink(const char *__restrict, char *__restrict, size_t);
/third_party/toybox/toys/posix/
H A Dcpio.c259 if (readlink(name, toybuf, sizeof(toybuf)-1) == llen) in cpio_main()
261 else perror_msg("readlink '%s'", name); in cpio_main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dtrace.c60 len = readlink(exe, fname, sizeof(fname) - 1); in get_prg_fname()
62 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno)); in get_prg_fname()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dtrace.c60 len = readlink(exe, fname, sizeof(fname) - 1); in get_prg_fname()
62 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno)); in get_prg_fname()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H A Dsymlink01.c42 * TEST IDENTIFIER : readlink01 (readlink)
140 * For readlink
459 READLINK, "readlink", 4, &test_objects[5],
1331 ret = readlink(full_path, scratch, strlen(full_path)); in do_ENAMETOOLONG()
1355 TEST(readlink(tc_ptr->fn_arg[0], test_msg, BUFMAX)); in do_EINVAL()
1362 "readlink(2) ret:-1, errno:%d, : Exp errno:%d", in do_EINVAL()
1367 "readlink(2) did not returned -1 when reading %s", in do_EINVAL()
1376 * This routine checks out the readlink(2) system call for a successful
1387 ret = readlink(tc_ptr->fn_arg[1], scratch, strlen(tc_ptr->fn_arg[0])); in do_readlink()
1392 tst_resm(TFAIL, "readlink( in do_readlink()
[all...]
/third_party/python/Lib/
H A Dshutil.py254 os.symlink(os.readlink(src), dst)
478 linkto = os.readlink(srcname)
828 linkto = os.readlink(src)
/kernel/linux/linux-5.10/tools/perf/util/
H A Dbuild-id.c209 len = readlink(linkname, buf, sizeof(buf) - 1); in build_id_cache__origname()
815 if (readlink(linkname, filename, size - 1) < 0) in build_id_cache__remove_s()
/kernel/linux/linux-5.10/fs/coda/
H A Dupcall.c357 INSIZE(readlink), OUTSIZE(readlink)+ *length); in venus_readlink()
/kernel/linux/linux-5.10/fs/
H A Dstat.c420 * AFS mountpoints allow readlink(2) but are not symlinks in do_readlinkat()
422 if (d_is_symlink(path.dentry) || inode->i_op->readlink) { in do_readlinkat()
444 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/fs/coda/
H A Dupcall.c357 INSIZE(readlink), OUTSIZE(readlink)+ *length); in venus_readlink()
/kernel/linux/linux-6.6/fs/
H A Dstat.c500 * AFS mountpoints allow readlink(2) but are not symlinks in do_readlinkat()
502 if (d_is_symlink(path.dentry) || inode->i_op->readlink) { in do_readlinkat()
524 SYSCALL_DEFINE3(readlink, const char __user *, path, char __user *, buf, in SYSCALL_DEFINE3()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dlam.c576 if (readlink("/proc/self/exe", path, PATH_MAX - 1) <= 0) in do_uring()
690 if (readlink("/proc/self/exe", path, PATH_MAX - 1) <= 0) in handle_execve()
/third_party/node/test/parallel/
H A Dtest-fs-error-messages.js172 // readlink
178 `ENOENT: no such file or directory, readlink '${nonexistentFile}'`);
181 assert.strictEqual(err.syscall, 'readlink');
185 fs.readlink(nonexistentFile, common.mustCall(validateError));

Completed in 35 milliseconds

12345678910>>...12