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

  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 82 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));
133 orig_to_file = orig_to_file.AppendASCII("To_File");
181 base::FilePath to_file(temp_from_dir_.path());
182 to_file = to_file.AppendASCII("To_File")
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/tools/
update-strings.py 28 to_file = os.path.abspath(os.path.join( variable
33 with open(to_file, 'w') as destination:
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 282 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...]
native_file_util_unittest.cc 284 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));
obfuscated_file_util_unittest.cc     [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 225 struct file *to_file;
247 to_file = *file_slot;
253 if (HASH_VACANT (to_file))
257 /* TO_FILE already exists under TO_HNAME.
258 We must retain TO_FILE and merge FROM_FILE into it. */
262 if (to_file->cmds == 0)
263 to_file->cmds = from_file->cmds;
264 else if (from_file->cmds != to_file->cmds)
269 if (to_file->cmds->fileinfo.filenm != 0)
272 from_file->name, to_file->cmds->fileinfo.filenm
224 struct file *to_file; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
line-map.h 62 Physical source file TO_FILE at line TO_LINE at column 0 is represented
71 const char *to_file; variable
218 linemap_check_ordinary (MAP)->d.ordinary.to_file
471 The text pointed to by TO_FILE must have a lifetime
473 TO_FILE means standard input. If reason is LC_LEAVE, and
474 TO_FILE is NULL, then TO_FILE, TO_LINE and SYSP are given their
481 const char *to_file, linenum_type to_line);
599 (linemap_check_ordinary (MAP)->d.ordinary.to_file)
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]
  /art/compiler/utils/
assembler_test.h 390 // Compile the assembly file from_file to a binary file to_file. Returns true on success.
391 bool Assemble(const char* from_file, const char* to_file, std::string* error_msg) {
402 args.push_back(to_file);
  /external/chromium_org/third_party/lcov/bin/
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)
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 172 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/
pcretest.c 3463 pcre_uint8 *to_file = NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 722 open(filepath, 'wb') do |to_file|
723 to_file << open(svn_uri) { |from_file| from_file.read }

Completed in 1110 milliseconds