/external/chromium_org/chrome/installer/util/ |
D | move_tree_work_item_unittest.cc | 82 base::FilePath to_file(to_dir); in TEST_F() local 83 to_file = to_file.AppendASCII("From_Dir2"); in TEST_F() 84 to_file = to_file.AppendASCII("From_File"); in TEST_F() 85 ASSERT_FALSE(base::PathExists(to_file)); in TEST_F() 97 EXPECT_TRUE(base::PathExists(to_file)); in TEST_F() 181 base::FilePath to_file(temp_from_dir_.path()); in TEST_F() local 182 to_file = to_file.AppendASCII("To_File"); in TEST_F() 183 ASSERT_FALSE(base::PathExists(to_file)); in TEST_F() 188 to_file, in TEST_F() 195 EXPECT_TRUE(base::PathExists(to_file)); in TEST_F() [all …]
|
/external/chromium_org/content/browser/fileapi/ |
D | local_file_util_unittest.cc | 282 const char *to_file = "todir/fromfile"; in TEST_F() local 311 EXPECT_TRUE(FileExists(to_file)); in TEST_F() 312 EXPECT_EQ(1020, GetSize(to_file)); in TEST_F() 317 const char *to_file = "tofile"; in TEST_F() local 334 CreateURL(to_file))); in TEST_F() 337 EXPECT_TRUE(FileExists(to_file)); in TEST_F() 338 EXPECT_EQ(1020, GetSize(to_file)); in TEST_F() 345 const char *to_file = "todir/fromfile"; in TEST_F() local 373 EXPECT_TRUE(FileExists(to_file)); in TEST_F() 374 EXPECT_EQ(1020, GetSize(to_file)); in TEST_F()
|
D | native_file_util_unittest.cc | 284 base::FilePath to_file = Path("tofile"); in TEST_F() local 298 from_file, to_file, FileSystemOperation::OPTION_NONE, move)); in TEST_F() 301 EXPECT_TRUE(FileExists(to_file)); in TEST_F() 302 EXPECT_EQ(1020, GetSize(to_file)); in TEST_F()
|
D | obfuscated_file_util_unittest.cc | 2171 FileSystemURL to_file(CreateURLFromUTF8("tofile")); in TEST_F() local 2195 PathCost(to_file))->context(), in TEST_F() 2196 from_file, to_file, in TEST_F()
|
/external/chromium_org/third_party/libaddressinput/chromium/tools/ |
D | update-strings.py | 28 to_file = os.path.abspath(os.path.join( variable 33 with open(to_file, 'w') as destination:
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | input.py | 1976 def MakePathRelative(to_file, fro_file, item): argument 1994 if to_file == fro_file or exception_re.match(item): 2002 os.path.dirname(to_file)), 2008 def MergeLists(to, fro, to_file, fro_file, is_paths=False, append=True): argument 2029 to_item = MakePathRelative(to_file, fro_file, item) 2043 MergeDicts(to_item, item, to_file, fro_file) 2051 MergeLists(to_item, item, to_file, fro_file) 2080 def MergeDicts(to, fro, to_file, fro_file): argument 2105 to[k] = MakePathRelative(to_file, fro_file, v) 2112 MergeDicts(to[k], v, to_file, fro_file) [all …]
|
/external/chromium_org/third_party/lcov/bin/ |
D | lcov | 164 our $to_file; # If set, indicates that output is written to a file 382 $to_file = ($output_filename && ($output_filename ne "-")); 386 if (!$to_file) 1324 if ($to_file) 2506 if ($to_file) 2735 if ($to_file) 2791 if ($to_file) 3925 if ($to_file)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/ |
D | PrettyPatch.rb | 722 open(filepath, 'wb') do |to_file| 723 to_file << open(svn_uri) { |from_file| from_file.read }
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 172 FILE *to_file; in parse_remapped_files_with_opt() local 184 to_file = fopen(sep + 1, "rb"); in parse_remapped_files_with_opt() 185 if (!to_file) { in parse_remapped_files_with_opt() 195 fseek(to_file, 0, SEEK_END); in parse_remapped_files_with_opt() 196 unsaved->Length = ftell(to_file); in parse_remapped_files_with_opt() 197 fseek(to_file, 0, SEEK_SET); in parse_remapped_files_with_opt() 201 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) { in parse_remapped_files_with_opt() 203 (feof(to_file) ? "EOF" : "error"), sep + 1); in parse_remapped_files_with_opt() 204 fclose(to_file); in parse_remapped_files_with_opt() 215 fclose(to_file); in parse_remapped_files_with_opt()
|
/external/pcre/dist/ |
D | pcretest.c | 3463 pcre_uint8 *to_file = NULL; in main() local 3887 to_file = pp; in main() 4403 if (to_file != NULL) in main() 4405 FILE *f = fopen((char *)to_file, "wb"); in main() 4408 fprintf(outfile, "Unable to open %s: %s\n", to_file, strerror(errno)); in main() 4427 fprintf(outfile, "Write error on %s: %s\n", to_file, strerror(errno)); in main() 4431 fprintf(outfile, "Compiled pattern written to %s\n", to_file); in main() 4440 fprintf(outfile, "Write error on %s: %s\n", to_file, in main() 4443 else fprintf(outfile, "Study data written to %s\n", to_file); in main()
|