Home
last modified time | relevance | path

Searched defs:Inode (Results 1 – 2 of 2) 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.ts1442 type Inode = FileInode | DirectoryInode | SymlinkInode; alias