Lines Matching defs:file
8 * you may not use this file except in compliance with the License.
20 * \file
42 MAX_OLD_LOGFILE_DELETE_ATTEMPTS = 20, //!< How many times execserver tries to delete old log file
43 LOGFILE_DELETE_SLEEP_MS = 50 //!< Sleep time (in ms) between log file delete attempts
213 void FileReader::start (HANDLE file)
217 m_handle = file;
276 // End of file - for now.
295 throw Error(GetLastError(), "Reading from file failed");
371 throw Error(GetLastError(), "Failed to open log file");
479 DE_NULL /* Template file. */);
652 // Remove old file if such exists.
653 // \note Sometimes on Windows the test process dies slowly and may not release handle to log file