HomeSort by relevance Sort by last modified time
    Searched full:from_file (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 71 base::FilePath from_file(from_dir2);
72 from_file = from_file.AppendASCII("From_File");
73 CreateTextFile(from_file.value(), kTextContent1);
74 ASSERT_TRUE(base::PathExists(from_file));
83 to_file = to_file.AppendASCII("From_File");
102 EXPECT_TRUE(base::PathExists(from_file));
120 base::FilePath from_file(from_dir2);
121 from_file = from_file.AppendASCII("From_File")
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
native_file_util_unittest.cc 213 base::FilePath from_file = Path("fromfile"); local
218 NativeFileUtil::EnsureFileExists(from_file, &created));
222 NativeFileUtil::Truncate(from_file, 1020));
224 EXPECT_TRUE(FileExists(from_file));
225 EXPECT_EQ(1020, GetSize(from_file));
228 NativeFileUtil::CopyOrMoveFile(from_file, to_file1, true));
231 NativeFileUtil::CopyOrMoveFile(from_file, to_file2, true));
233 EXPECT_TRUE(FileExists(from_file));
234 EXPECT_EQ(1020, GetSize(from_file));
246 NativeFileUtil::CopyOrMoveFile(from_file, to_dir_file, true))
275 base::FilePath from_file = Path("fromfile"); local
    [all...]
local_file_util_unittest.cc 254 const char *from_file = "fromfile"; local
258 ASSERT_EQ(base::PLATFORM_FILE_OK, EnsureFileExists(from_file, &created));
264 file_util()->Truncate(context.get(), CreateURL(from_file), 1020));
266 EXPECT_TRUE(FileExists(from_file));
267 EXPECT_EQ(1020, GetSize(from_file));
271 CreateURL(from_file),
277 CreateURL(from_file),
280 EXPECT_TRUE(FileExists(from_file));
281 EXPECT_EQ(1020, GetSize(from_file));
290 const char *from_file = "fromdir/fromfile" local
326 const char *from_file = "fromfile"; local
353 const char *from_file = "fromdir\/fromfile"; local
    [all...]
obfuscated_file_util_unittest.cc     [all...]
  /ndk/sources/host-tools/make-3.81/
file.c 206 rename_file (struct file *from_file, char *to_hname)
208 rehash_file (from_file, to_hname);
209 while (from_file)
211 from_file->name = from_file->hname;
212 from_file = from_file->prev;
221 rehash_file (struct file *from_file, char *to_hname)
230 if (0 == file_hash_cmp (from_file, &file_key))
233 file_key.hname = from_file->hname
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 77 def checkInclude(self, line, from_file, kernel_root=None):
86 if from_file:
87 self.files.add(from_file)
89 hdr_dir = os.path.realpath(os.path.dirname(from_file))
101 if from_file:
103 print "=== %s uses %s" % (from_file, header)
104 self.headers[header].add(from_file)
  /external/chromium-trace/
systrace-legacy.py 70 parser.add_option('--from-file', dest='from_file', action='store',
127 if options.from_file is not None:
128 atrace_args = ['cat', options.from_file]
164 if options.from_file is None:
systrace.py 85 parser.add_option('--from-file', dest='from_file', action='store',
97 elif options.from_file is not None:
98 atrace_args = ['cat', options.from_file]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py 76 def from_file(self, *files): member in class:CoverageConfig
control.py 85 self.config.from_file(config_file)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 50 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) function
591 value = from_file (buffer[0]);
606 value = from_file (buffer[0]);
608 value |= ((gcov_type) from_file (buffer[1])) << 32;
  /external/iproute2/lib/
libnetlink.c 513 fprintf(stderr, "rtnl-from_file: truncated message\n");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch.rb 723 to_file << open(svn_uri) { |from_file| from_file.read }
  /external/chromium/base/
file_util_unittest.cc 567 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
608 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/
libgcov.a 446 D VqtV%/P?9AP??P???t??t?qu'V2IV?JWLqW ?7 __gcov_init __gcov_seek? __gcov_write_tag_length? __gcov_write_counter __gcov_write_unsignedD __gcov_write_summary__gcov_read_counterZ__gcov_read_unsigned?__gcov_read_summary?__gcov_close__gcov_open?__gcov_flush?__gcov_var??}size_t?__uint16_t?__int32_t__uint32_t0__int64_t{__darwin_time_t?__darwin_blkcnt_t?__darwin_blksize_t?__darwin_dev_t?__darwin_gid_t__darwin_ino_t__darwin_mode_t0__darwin_off_tF__darwin_pid_t\__darwin_uid_troff_tfpos_t?__sbuf?__sFILE?FILE?dev_t?blkcnt_t?blksize_tgid_tino_tmode_t+nlink_t:pid_tGuid_tTtimespec?vproc_transaction_t?gcov_unsigned_t?gcov_position_t?gcov_typegcov_ctr_summaryjgcov_summary?gcov_fn_info?gcov_merge_fn)gcov_ctr_infoigcov_info0__gcov_var?flockG stat-???~?????0__gcov_write_tag_length__gcov_varvaluegcov_summarycreate_file_directorygcov_write_wordsgcov_fn_infogcov_ctr_infochecksumgcov_ctr_summary__gcov_write_summarygcov_info__gcov_rewrite__gcov_flush__gcov_write_unsigned__gcov_read_summary__gcov_read_unsigned__gcov_close__gcov_read_countergcov_exitfilename__gcov_init__gcov_write_counter__gcov_open__gcov_seekgcov_write_blockbuffer__gcov_position__gcov_is_errorlengthgcov_read_wordsgcov_versionfrom_file}??p????? ??
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 663 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
700 FilePath link_from = temp_dir_.path().Append(FPL("from_file"));
    [all...]

Completed in 1742 milliseconds

1 2 3