HomeSort by relevance Sort by last modified time
    Searched defs:output_path (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 67 base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath); local
68 if (dump_to_files && output_path.empty())
76 net::SimpleCacheDumper dumper(input_path, output_path);
  /system/core/libsparse/
append2simg.c 53 char *output_path; local
66 output_path = argv[1];
73 ret = asprintf(&tmp_path, "%s.append2simg", output_path);
79 output = open(output_path, O_RDWR | O_BINARY);
131 ret = rename(tmp_path, output_path);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
create-html-entity-table 61 output_path = sys.argv[2] variable
70 output_file = open(output_path, "w")
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_protocol_externs.py 84 def generate_protocol_externs(output_path, input_path):
91 output_file = open(output_path, "w")
214 output_path = sys.argv[2] variable
216 generate_protocol_externs(output_path, input_path)
  /external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
audio_processing_test.cc 372 std::string output_path = webrtc::test::OutputPath(); local
373 std::string output_file = output_path + "apm_debug.txt";
rtp_rtcp_test.cc 160 std::string output_path = webrtc::test::OutputPath(); local
161 std::string incoming_filename = output_path + "dump_in_3sec.rtp";
162 std::string outgoing_filename = output_path + "dump_out_3sec.rtp";
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
vie_video_verification_test.cc 97 std::string output_path = ViETest::GetResultOutputPath(); local
100 if (!file_renderer->PrepareForRendering(output_path, filename)) {
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 262 string output_path = local
264 if (!SlangUtils::CreateDirectoryWithParents(llvm::StringRef(output_path),
266 fprintf(stderr, "Error: could not create dir %s\n", output_path.c_str());
275 if (!out.startFile(output_path, filename, context.rsFileName,
  /external/chromium_org/content/browser/download/
download_file_unittest.cc 415 base::FilePath output_path; local
419 InvokeSelectedRenameMethod(path_1, &output_path));
422 EXPECT_EQ(path_1, output_path);
434 InvokeSelectedRenameMethod(path_2, &output_path));
437 EXPECT_EQ(path_2, output_path);
448 InvokeSelectedRenameMethod(path_3, &output_path));
451 EXPECT_EQ(path_3, output_path);
465 InvokeSelectedRenameMethod(path_4, &output_path));
468 EXPECT_EQ(path_4, output_path);
  /external/chromium_org/media/cast/test/
simulator.cc 164 // located at |output_path|.
168 const base::FilePath& output_path) {
189 if (AppendToFile(output_path, serialized_log.get(), output_bytes) == -1) {
196 // |output_path| is the path to write serialized log.
199 const base::FilePath& output_path,
412 LOG(INFO) << "Writing log: " << output_path.value();
416 base::ScopedFILE file(base::OpenFile(output_path, "wb"));
423 output_path);
425 output_path);
525 base::FilePath output_path = cmd->GetSwitchValuePath local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_custom_call.cc 488 std::string output_path = ViETest::GetResultOutputPath(); local
491 "in the second window.", (output_path + filename).c_str());
493 file_renderer.PrepareForRendering(output_path, filename);
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 150 const char *output_path; member in struct:cmd_args

Completed in 423 milliseconds