Searched defs:text_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_low_latency_input_output_unittest.cc165 FILE* text_file = base::OpenFile(file_name, "wt"); local
166 DLOG_IF(ERROR, !text_file) << "Failed to open log file.";
175 fprintf(text_file, "%d %d %d %d\n",
183 base::CloseFile(text_file);
/external/harfbuzz_ng/util/
H A Doptions.hh273 text_file = NULL;
291 if (text && text_file)
304 const char *text_file; member in struct:text_options_t

Completed in 4707 milliseconds