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

  /external/chromium_org/tools/gyp/test/copies/
gyptest-attribs.py 19 out_path = test.built_file_path(path, chdir='src')
22 out_stat = os.stat(out_path)
34 out_path = test.built_file_path('executable-file.sh', chdir='src') variable
35 test.must_contain(out_path,
  /external/chromium_org/components/nacl/browser/
nacl_file_host_unittest.cc 76 base::FilePath out_path; local
77 EXPECT_TRUE(PnaclCanOpenFile("pnacl_json", &out_path));
80 EXPECT_EQ(expected_path, out_path);
82 EXPECT_TRUE(PnaclCanOpenFile("x86_32_llc", &out_path));
85 EXPECT_EQ(expected_path, out_path);
88 EXPECT_FALSE(PnaclCanOpenFile(".xchars", &out_path));
89 EXPECT_FALSE(PnaclCanOpenFile("/xchars", &out_path));
90 EXPECT_FALSE(PnaclCanOpenFile("x/chars", &out_path));
91 EXPECT_FALSE(PnaclCanOpenFile("\\xchars", &out_path));
92 EXPECT_FALSE(PnaclCanOpenFile("x\\chars", &out_path));
    [all...]
  /external/chromium_org/third_party/webrtc/tools/frame_editing/
frame_editing.cc 26 " --out_path=edited_clip.yuv\n"
60 "--out_path(string): The output file to which frames are written."
74 parser.SetFlag("out_path", "edited_output.yuv");
90 const char* out_path = parser.GetFlag("out_path").c_str(); local
107 interval, last_frame_to_cut, out_path);
  /external/chromium_org/chrome/tools/convert_dict/
convert_dict.cc 136 base::FilePath out_path = local
138 printf("Writing %" PRFilePath " ...\n", out_path.value().c_str());
139 FILE* out_file = base::OpenFile(out_path, "wb");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.cc 160 std::string out_path; local
169 out_path += "/";
174 out_path += paths[index];
176 out_path += "/";
179 return out_path;
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 296 base::FilePath out_path = test_dir_.AppendASCII("quux.txt"); local
297 FileWrapper out_fd_w(out_path, FileWrapper::READ_WRITE);
  /cts/tools/dasm/src/java_cup/
Main.java 131 private static String out_path = null; field in class:Main
320 out_path = argv[i] + File.separator;
321 File f = new File(out_path);
323 out_path = null;
325 if (out_path == null)
381 if (out_path == null)
382 out_path = "";
385 out_name = out_path + emit.parser_class_name + ".java";
396 out_name = out_path + emit.symbol_const_class_name + ".java";
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
process_test.cc 448 const std::string out_path = webrtc::test::OutputPath(); local
454 const std::string vad_file_default = out_path + "vad_out.dat";
455 const std::string ns_prob_file_default = out_path + "ns_prob.dat";
463 out_filename = out_path + "out";
    [all...]
  /frameworks/native/cmds/installd/
commands.c 869 char out_path[PKG_PATH_MAX]; local
894 strcpy(out_path, apk_path);
895 end = strrchr(out_path, '.');
898 if (stat(out_path, &dex_stat) == 0) {
903 if (create_cache_path(out_path, apk_path, instruction_set)) {
937 unlink(out_path);
938 out_fd = open(out_path, O_RDWR | O_CREAT | O_EXCL, 0644);
940 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path);
946 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path);
950 ALOGE("installd cannot chown '%s' during dexopt\n", out_path);
    [all...]
  /external/lldb/source/Target/
Process.cpp 448 FileSpec out_path; local
453 out_path = target->GetStandardOutputPath();
457 if (in_path || out_path || err_path)
463 if (out_path && out_path.GetPath(path, sizeof(path)))
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 6742 milliseconds