Searched refs:ReaddirStart (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/memfs/
H A Ddnode.h75 // ReaddirStart reads the canned "." and ".." entries that should appear
78 static zx_status_t ReaddirStart(fs::DirentFiller* df, void* cookie);
H A Ddnode.cpp130 zx_status_t Dnode::ReaddirStart(fs::DirentFiller* df, void* cookie) { function in class:memfs::Dnode
150 if ((r = Dnode::ReaddirStart(df, cookie)) != ZX_OK) {
H A Ddirectory.cpp125 Dnode::ReaddirStart(&df, cookie);

Completed in 79 milliseconds