Searched defs:out_filename (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
H A Dgraw_util.c56 static char out_filename[256] = ""; variable
68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
69 out_filename[sizeof(out_filename) - 1] = '\0';
83 filename = out_filename;
/external/mesa3d/src/gallium/targets/graw-null/
H A Dgraw_util.c56 static char out_filename[256] = ""; variable
68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
69 out_filename[sizeof(out_filename) - 1] = '\0';
83 filename = out_filename;
/external/chromium/net/tools/tld_cleanup/
H A Dtld_cleanup.cc161 // (see the file comments above), and saves it into 'out_filename'. Returns
164 const FilePath& out_filename) {
237 if (!WriteRules(rules, out_filename)) {
163 NormalizeFile(const FilePath& in_filename, const FilePath& out_filename) argument
/external/chromium_org/net/tools/tld_cleanup/
H A Dtld_cleanup_util.cc234 const base::FilePath& out_filename) {
245 if (!WriteRules(rules, out_filename)) {
233 NormalizeFile(const base::FilePath& in_filename, const base::FilePath& out_filename) argument
/external/chromium_org/content/common/gpu/media/
H A Dvideo_encode_accelerator_unittest.cc43 // "in_filename:width:height:out_filename:requested_bitrate"
47 // - |out_filename| filename to save the encoded stream to.
61 std::string out_filename; member in struct:content::__anon8368::TestStream
78 test_stream->out_filename = fields[3];
218 CHECK(!test_stream_.out_filename.empty());
219 base::FilePath out_filename(test_stream_.out_filename);
220 // This creates or truncates out_filename.
222 EXPECT_EQ(0, file_util::WriteFile(out_filename, NULL, 0));
381 base::FilePath::FromUTF8Unsafe(test_stream_.out_filename),
[all...]
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc150 const char* out_filename = NULL; local
193 out_filename = argv[i];
399 if (!out_filename) {
400 out_filename = out_file_default;
447 out_file = fopen(out_filename, "wb");
449 << out_filename;

Completed in 284 milliseconds