Home
last modified time | relevance | path

Searched defs:DirHandle (Results 1 – 2 of 2) sorted by relevance

/third_party/libfuse/example/
Dpassthrough_hp.cc626 struct DirHandle { struct
630 DirHandle() = default; argument
634 ~DirHandle() { in ~DirHandle() argument
/third_party/node/src/
Dnode_dir.cc97 DirHandle::DirHandle(Environment* env, Local<Object> obj, uv_dir_t* dir) in DirHandle() function in node::fs_dir::DirHandle