Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dinotifywatchtowerdriver.cpp
/glogg/src/
H A Dinotifywatchtowerdriver.cpp138 ssize_t nb = read( inotify_fd_, buffer, sizeof( buffer ) ); in waitAndProcessEvents() local
139 LOG(logDEBUG) << "Read " << nb << " bytes"; in waitAndProcessEvents()
140 if ( nb > 0 ) in waitAndProcessEvents()
143 while ( offset < nb ) { in waitAndProcessEvents()