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

  /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")
216 output_path = sys.argv[2] variable
218 generate_protocol_externs(output_path, input_path)
  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 124 base::FilePath output_path = command_line.GetSwitchValuePath(kOutputPath); local
125 if ((dump_to_files || upgrade) && output_path.empty())
160 return UpgradeCache(output_path, server);
176 net::SimpleCacheDumper dumper(input_path, output_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/content/browser/download/
download_file_unittest.cc 347 base::FilePath output_path; local
351 RenameAndUniquify(path_1, &output_path));
354 EXPECT_EQ(path_1, output_path);
366 RenameAndUniquify(path_2, &output_path));
369 EXPECT_EQ(path_2, output_path);
380 RenameAndUniquify(path_3, &output_path));
383 EXPECT_EQ(path_3, output_path);
397 RenameAndUniquify(path_4, &output_path));
400 EXPECT_EQ(path_4, output_path);
421 RenameAndAnnotate(path_5, &output_path));
    [all...]
  /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/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 993 milliseconds