Home
last modified time | relevance | path

Searched refs:Symlink (Results 1 - 6 of 6) sorted by relevance

/third_party/NuttX/fs/vfs/
H A Dfs_symlink.c136 if (!parent_vnode->vop || !parent_vnode->vop->Symlink) in do_symlink()
149 ret = parent_vnode->vop->Symlink(parent_vnode, &new_vnode, (const char *)newname, (const char *)target); in do_symlink()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs262 Symlink = linux_raw_sys::general::S_IFLNK as isize,
288 linux_raw_sys::general::S_IFLNK => Self::Symlink,
303 Self::Symlink => linux_raw_sys::general::S_IFLNK,
318 linux_raw_sys::general::DT_LNK => Self::Symlink,
/third_party/rust/crates/nix/src/
H A Ddir.rs212 Symlink,
263 libc::DT_LNK => Some(Type::Symlink), in file_type()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs385 Symlink = c::S_IFLNK as isize,
413 c::S_IFLNK => Self::Symlink,
429 Self::Symlink => c::S_IFLNK as RawMode,
451 c::DT_LNK => Self::Symlink,
/third_party/rust/crates/nix/test/
H A Dtest_dir.rs37 assert!(&[Some(Type::Symlink), None].contains(&entries[2].file_type())); // bar: symlink in read()
/third_party/node/src/
H A Dnode_file.cc1256 static void Symlink(const FunctionCallbackInfo<Value>& args) { in Symlink() function
2712 SetMethod(context, target, "symlink", Symlink); in Initialize()
2825 registry->Register(Symlink); in RegisterExternalReferences()

Completed in 9 milliseconds