Home
last modified time | relevance | path

Searched defs:Inode (Results 1 – 3 of 3) sorted by relevance

/third_party/libfuse/example/
Dpassthrough_hp.cc121 struct Inode { struct
132 Inode() = default; argument
138 ~Inode() { in ~Inode() argument
/third_party/typescript/src/harness/
DvfsUtil.ts1447 type Inode = FileInode | DirectoryInode | SymlinkInode; alias
/third_party/rust/rust/library/std/src/sys/wasi/
Dfs.rs262 pub fn ino(&self) -> wasi::Inode { in ino()