Home
last modified time | relevance | path

Searched refs:dirhandle (Results 1 – 2 of 2) sorted by relevance

/system/core/sdcard/
Dfuse.h100 struct dirhandle { struct
Dfuse.cpp1137 struct dirhandle *dh = static_cast<struct dirhandle*>(id_to_ptr(req->fh)); in handle_fsync()
1166 struct dirhandle *h; in handle_opendir()
1180 h = static_cast<struct dirhandle*>(malloc(sizeof(*h))); in handle_opendir()
1202 struct dirhandle *h = static_cast<struct dirhandle*>(id_to_ptr(req->fh)); in handle_readdir()
1228 struct dirhandle *h = static_cast<struct dirhandle*>(id_to_ptr(req->fh)); in handle_releasedir()