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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp2231 status_t readDirError = B_OK; local
2278 readDirError = 0;
2300 readDirError = readDirBuffer.error;
2325 return countRead > 0 ? B_OK : readDirError;

Completed in 28 milliseconds