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

  /external/dbus-binding-generator/chromeos-dbus-bindings/
method_name_generator_unittest.cc 61 base::FilePath output_path = temp_dir_.path().Append("output.h"); local
63 output_path));
65 EXPECT_TRUE(base::ReadFileToString(output_path, &contents));
adaptor_generator_unittest.cc 303 base::FilePath output_path = temp_dir_.path().Append("output.h"); local
305 output_path));
307 EXPECT_TRUE(base::ReadFileToString(output_path, &contents));
proxy_generator_unittest.cc 1349 base::FilePath output_path = temp_dir_.path().Append("output.h"); local
1367 base::FilePath output_path = temp_dir_.path().Append("output2.h"); local
1388 base::FilePath output_path = temp_dir_.path().Append("output3.h"); local
1409 base::FilePath output_path = temp_dir_.path().Append("output4.h"); local
    [all...]
  /external/doclava/src/com/google/doclava/
AtLinksNavTree.java 62 String output_path; local
64 output_path = dir + Doclava.testSupportPath + "at_links_navtree.json";
66 output_path = dir + Doclava.wearableSupportPath + "at_links_navtree.json";
68 output_path = "at_links_navtree.json";
71 ClearPage.write(data, "at_links_navtree.cs", output_path);
  /external/opencv3/platforms/ios/
build_framework.py 158 output_path = os.path.abspath(args.outputdir[0]) variable
159 print "Output:", output_path
162 build_framework(opencv_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/webrtc/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";
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 263 string output_path = local
266 llvm::sys::path::parent_path(output_path))) {
268 output_path.c_str(), EC.message().c_str());
277 if (!out.startFile(output_path, filename, context.rsFileName,
  /external/selinux/policycoreutils/semodule/
semodule.c 428 char output_path[PATH_MAX]; local
485 rlen = snprintf(output_path, PATH_MAX, "%s.%s", output_name, lang_ext);
492 if (access(output_path, F_OK) == 0) {
498 output_fd = fopen(output_path, "w");
500 fprintf(stderr, "%s: Unable to open %s\n", argv[0], output_path);
506 fprintf(stderr, "%s: Unable to write to %s\n", argv[0], output_path);
  /system/core/crash_reporter/
user_collector.cc 369 FilePath output_path = temp_directory.Append("output"); local
371 core2md.RedirectOutput(output_path.value());
386 base::ReadFileToString(output_path, &output);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 150 const char *output_path; member in struct:cmd_args

Completed in 165 milliseconds