Searched refs:Symlink (Results 1 - 6 of 6) sorted by relevance
/third_party/NuttX/fs/vfs/ |
H A D | fs_symlink.c | 136 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 D | types.rs | 262 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 D | dir.rs | 212 Symlink, 263 libc::DT_LNK => Some(Type::Symlink), in file_type()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 385 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 D | test_dir.rs | 37 assert!(&[Some(Type::Symlink), None].contains(&entries[2].file_type())); // bar: symlink in read()
|
/third_party/node/src/ |
H A D | node_file.cc | 1256 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 8 milliseconds