Searched defs:linkname (Results 1 – 12 of 12) sorted by relevance
| /third_party/node/deps/npm/node_modules/libnpmpublish/test/util/ |
| D | mock-tarball.js | 21 linkname: entry.linkname, property
|
| /third_party/node/deps/npm/test/util/ |
| D | mock-tarball.js | 22 linkname: entry.linkname, property
|
| /third_party/f2fs-tools/tools/ |
| D | fibmap.c | 102 char linkname[32] = { 0, }; in stat_bdev() local
|
| /third_party/rust/crates/nix/test/ |
| D | test_stat.rs | 131 let linkname = tempdir.path().join("barlink"); in test_stat_fstat_lstat() localVariable
|
| /third_party/tzdata/ |
| D | zic.c | 130 # define link(target, linkname) (errno = ENOTSUP, -1) argument 134 # define symlink(target, linkname) (errno = ENOTSUP, -1) argument 138 # define linkat(targetdir, target, linknamedir, linkname, flag) \ argument 1081 relname(char const *target, char const *linkname) in relname() 1115 dolink(char const *target, char const *linkname, bool staysymlink) in dolink()
|
| /third_party/zlib/contrib/untgz/ |
| D | untgz.c | 78 char linkname[100]; /* 157 */ member
|
| /third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
| D | RaspiStill.c | 114 char *linkname; /// filename of output file member
|
| /third_party/ntfs-3g/libfuse-lite/ |
| D | fuse_lowlevel.c | 392 int fuse_reply_readlink(fuse_req_t req, const char *linkname) in fuse_reply_readlink() 624 const char *linkname = ((const char *) inarg) + strlen((const char *) inarg) + 1; in do_symlink() local
|
| D | fuse.c | 759 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink() 1527 char linkname[PATH_MAX + 1]; in fuse_lib_readlink() local 1668 static void fuse_lib_symlink(fuse_req_t req, const char *linkname, in fuse_lib_symlink()
|
| /third_party/libfuse/lib/ |
| D | fuse_lowlevel.c | 464 int fuse_reply_readlink(fuse_req_t req, const char *linkname) 1279 char *linkname = ((char *) inarg) + strlen((char *) inarg) + 1; local
|
| D | fuse.c | 1638 int fuse_fs_symlink(struct fuse_fs *fs, const char *linkname, const char *path) in fuse_fs_symlink() 2872 char linkname[PATH_MAX + 1]; in fuse_lib_readlink() local 3012 static void fuse_lib_symlink(fuse_req_t req, const char *linkname, in fuse_lib_symlink()
|
| /third_party/python/Lib/ |
| D | tarfile.py | 789 def linkpath(self, linkname): argument
|