Lines Matching defs:VERBOSE

55 #define VERBOSE(_l, _m) Verbose(_l, _m, __FILE__, __LINE__)
77 VERBOSE(v_shout, "Checking for existing file");
81 VERBOSE(v_shout, "Deleting existing file");
83 if (PR_FAILURE == rv) VERBOSE(v_shout, "Cannot delete big file");
86 VERBOSE(v_shout, "Cannot access big file");
203 VERBOSE(v_whisper, "Creating big file");
207 VERBOSE(v_whisper, "Testing available space in empty file");
212 VERBOSE(v_whisper, "Creating sparse big file by seeking to end");
216 VERBOSE(v_whisper, "Writing block at end of sparse file");
220 VERBOSE(v_whisper, "Testing available space at end of sparse file");
224 VERBOSE(v_whisper, "Getting big info on sparse big file");
229 VERBOSE(v_whisper, "Getting small info on sparse big file");
233 VERBOSE(v_whisper, "Should have failed and didn't");
238 VERBOSE(v_whisper, "Should have succeeded and didn't");
242 VERBOSE(v_whisper, "Rewinding big file");
246 VERBOSE(v_whisper, "Establishing available space in rewound file");
251 VERBOSE(v_whisper, "Closing big file");
255 VERBOSE(v_whisper, "Reopening big file");
259 VERBOSE(v_whisper, "Checking available data in reopened file");
265 VERBOSE(v_whisper, "Rewriting every byte of big file data");
274 VERBOSE(v_whisper, "Checking position at eof");
279 VERBOSE(v_whisper, "Testing available space at eof");
284 VERBOSE(v_whisper, "Rewinding full file");
288 VERBOSE(v_whisper, "Testing available space in rewound file");
292 VERBOSE(v_whisper, "Seeking to end of big file");
296 VERBOSE(v_whisper, "Getting info on big file while it's open");
301 VERBOSE(v_whisper, "Closing big file");
305 VERBOSE(v_whisper, "Getting info on big file after it's closed");
310 VERBOSE(v_whisper, "Deleting big file");