Searched refs:to_file (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libaddressinput/chromium/tools/
H A Dupdate-strings.py28 to_file = os.path.abspath(os.path.join( variable
33 with open(to_file, 'w') as destination:
/external/chromium_org/chrome/installer/util/
H A Dmove_tree_work_item_unittest.cc82 base::FilePath to_file(to_dir);
83 to_file = to_file.AppendASCII("From_Dir2");
84 to_file = to_file.AppendASCII("From_File");
85 ASSERT_FALSE(base::PathExists(to_file));
97 EXPECT_TRUE(base::PathExists(to_file));
181 base::FilePath to_file(temp_from_dir_.path());
182 to_file = to_file
[all...]
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_util_unittest.cc282 const char *to_file = "todir/fromfile"; local
311 EXPECT_TRUE(FileExists(to_file));
312 EXPECT_EQ(1020, GetSize(to_file));
317 const char *to_file = "tofile"; local
334 CreateURL(to_file)));
337 EXPECT_TRUE(FileExists(to_file));
338 EXPECT_EQ(1020, GetSize(to_file));
345 const char *to_file = "todir/fromfile"; local
373 EXPECT_TRUE(FileExists(to_file));
374 EXPECT_EQ(1020, GetSize(to_file));
[all...]
H A Dnative_file_util_unittest.cc284 base::FilePath to_file = Path("tofile"); local
298 from_file, to_file, FileSystemOperation::OPTION_NONE, move));
301 EXPECT_TRUE(FileExists(to_file));
302 EXPECT_EQ(1020, GetSize(to_file));
H A Dobfuscated_file_util_unittest.cc2171 FileSystemURL to_file(CreateURLFromUTF8("tofile"));
2195 PathCost(to_file))->context(),
2196 from_file, to_file,
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dinput.py1976 def MakePathRelative(to_file, fro_file, item):
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):
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):
2105 to[k] = MakePathRelative(to_file, fro_file, v)
2112 MergeDicts(to[k], v, to_file, fro_fil
[all...]
/external/chromium_org/third_party/lcov/bin/
H A Dlcov164 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/clang/tools/c-index-test/
H A Dc-index-test.c172 FILE *to_file; local
184 to_file = fopen(sep + 1, "rb");
185 if (!to_file) {
195 fseek(to_file, 0, SEEK_END);
196 unsaved->Length = ftell(to_file);
197 fseek(to_file, 0, SEEK_SET);
201 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
203 (feof(to_file) ? "EOF" : "error"), sep + 1);
204 fclose(to_file);
215 fclose(to_file);
[all...]
/external/pcre/dist/
H A Dpcretest.c3463 pcre_uint8 *to_file = NULL; local
3887 to_file = pp;
4403 if (to_file != NULL)
4405 FILE *f = fopen((char *)to_file, "wb");
4408 fprintf(outfile, "Unable to open %s: %s\n", to_file, strerror(errno));
4427 fprintf(outfile, "Write error on %s: %s\n", to_file, strerror(errno));
4431 fprintf(outfile, "Compiled pattern written to %s\n", to_file);
4440 fprintf(outfile, "Write error on %s: %s\n", to_file,
4443 else fprintf(outfile, "Study data written to %s\n", to_file);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb722 open(filepath, 'wb') do |to_file|
723 to_file << open(svn_uri) { |from_file| from_file.read }

Completed in 313 milliseconds