Searched defs:fd (Results 1 – 6 of 6) sorted by relevance
75 int fd = open( file_name.c_str(), O_EVTONLY ); in addFile() local128 int fd = open( file_name.c_str(), O_EVTONLY ); in addDir() local
42 FileId( int fd ) { fd_ = fd; } in FileId()
58 int fd = creat( name, S_IRUSR | S_IWUSR ); in createTempEmptyFile() local139 int fd = open( file_name.c_str(), O_WRONLY | O_APPEND ); in appendDataToFile() local