Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 6 of 6) sorted by relevance

/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.cpp
H A Dkqueuewatchtowerdriver.h
/glogg/src/
H A Dkqueuewatchtowerdriver.cpp75 int fd = open( file_name.c_str(), O_EVTONLY ); in addFile() local
128 int fd = open( file_name.c_str(), O_EVTONLY ); in addDir() local
H A Dkqueuewatchtowerdriver.h42 FileId( int fd ) { fd_ = fd; } in FileId()
/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp58 int fd = creat( name, S_IRUSR | S_IWUSR ); in createTempEmptyFile() local
139 int fd = open( file_name.c_str(), O_WRONLY | O_APPEND ); in appendDataToFile() local