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

  /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 = file_util::OpenFile(out_path, "wb");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
path.cc 150 std::string out_path; local
158 out_path += "/";
163 out_path += paths[index];
165 out_path += "/";
168 return out_path;
  /external/chromium_org/chrome/browser/nacl_host/
nacl_file_host_unittest.cc 165 base::FilePath out_path; local
166 EXPECT_TRUE(PnaclCanOpenFile("pnacl_json", &out_path));
169 EXPECT_EQ(expected_path, out_path);
171 EXPECT_TRUE(PnaclCanOpenFile("x86_32_llc", &out_path));
174 EXPECT_EQ(expected_path, out_path);
177 EXPECT_FALSE(PnaclCanOpenFile(".xchars", &out_path));
178 EXPECT_FALSE(PnaclCanOpenFile("/xchars", &out_path));
179 EXPECT_FALSE(PnaclCanOpenFile("x/chars", &out_path));
180 EXPECT_FALSE(PnaclCanOpenFile("\\xchars", &out_path));
181 EXPECT_FALSE(PnaclCanOpenFile("x\\chars", &out_path));
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip_reader_unittest.cc 258 base::FilePath out_path = test_dir_.AppendASCII("quux.txt"); local
259 PlatformFileWrapper out_fd_w(out_path, PlatformFileWrapper::READ_WRITE);
  /external/chromium_org/media/test/ffmpeg_tests/
ffmpeg_tests.cc 96 base::FilePath out_path; local
98 out_path = base::FilePath(filenames[1]);
136 if (!out_path.empty()) {
137 output = file_util::OpenFile(out_path, "wb");
140 << out_path.value() << std::endl;
  /external/chromium_org/media/tools/media_bench/
media_bench.cc 136 base::FilePath out_path; local
138 out_path = base::FilePath(filenames[1]);
236 if (!out_path.empty()) {
238 if (out_path.value().substr(0, 5) == FILE_PATH_LITERAL("pipe:") ||
239 out_path.value() == FILE_PATH_LITERAL("-")) {
246 output = file_util::OpenFile(out_path, "wb");
250 << out_path.value() << std::endl;
  /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";
  /frameworks/native/cmds/installd/
commands.c 657 char out_path[PKG_PATH_MAX]; local
677 sprintf(out_path, "%s%s", apk_path, ".odex");
678 if (stat(out_path, &dex_stat) == 0) {
682 if (create_cache_path(out_path, apk_path)) {
695 unlink(out_path);
696 out_fd = open(out_path, O_RDWR | O_CREAT | O_EXCL, 0644);
698 ALOGE("installd cannot open '%s' for output during dexopt\n", out_path);
704 ALOGE("installd cannot chmod '%s' during dexopt\n", out_path);
708 ALOGE("installd cannot chown '%s' during dexopt\n", out_path);
737 ALOGE("flock(%s) failed: %s\n", out_path, strerror(errno))
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 1630 milliseconds