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

  /external/chromium_org/third_party/jemalloc/chromium/
apply-ed-patches.pl 44 my ($ed, $target_file, $patch_file, $fh) = @_;
46 chmod 0666, $target_file;
49 print "$ed -s $target_file < $patch_file\n";
50 system "$ed -s $target_file < $patch_file\n";
54 my ($target_file,$patch_file) = ('','');
72 if ($target_file ne '') {
73 do_patch $ed, $target_file, $patch_file, $fh;
75 $target_file = $new_file;
84 do_patch $ed, $target_file, $patch_file, $fh;
  /external/chromium_org/third_party/jemalloc/vendor/
apply-ed-patches.pl 44 my ($ed, $target_file, $patch_file, $fh) = @_;
46 chmod 0666, $target_file;
49 print "$ed -s $target_file < $patch_file\n";
50 system "$ed -s $target_file < $patch_file\n";
54 my ($target_file,$patch_file) = ('','');
72 if ($target_file ne '') {
73 do_patch $ed, $target_file, $patch_file, $fh;
75 $target_file = $new_file;
84 do_patch $ed, $target_file, $patch_file, $fh;
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.h 37 // |target_file|, modifying the version of the copy according to |direction|.
38 // Any previous file at |target_file| is clobbered. Returns true on success.
39 // Note that |target_file| may still be mutated on failure.
41 const base::FilePath& target_file,
45 // |target_file|, modifying the version of the copy according to |version|.
46 // Any previous file at |target_file| is clobbered. Returns true on success.
47 // Note that |target_file| may still be mutated on failure.
49 const base::FilePath& target_file,
alternate_version_generator.cc 657 const base::FilePath& target_file,
674 GenerateSpecificPEFileVersion(original_file, target_file, new_version);
680 const base::FilePath& target_file,
682 // First copy original_file to target_file.
683 if (!base::CopyFile(original_file, target_file)) {
685 << "\" to \"" << target_file.value() << "\"";
690 if (!GetFileVersion(target_file, &ctx.current_version)) {
691 LOG(DFATAL) << "Failed reading version from \"" << target_file.value()
699 return UpdateVersionIfMatch(target_file, &ctx);
  /external/chromium_org/tools/gn/
ninja_build_writer.cc 149 OutputFile target_file = helper_.GetTargetOutputFile(target); local
150 if (target_file.value() != target->label().name()) {
152 path_output_.WriteFile(out_, target_file);
158 all_rules.append(target_file.value());
  /external/chromium_org/remoting/tools/
zip2msi.py 63 target_file = os.path.normpath(os.path.join(target, f))
65 if os.path.commonprefix([target_file, target]) != target:
67 source, target_file, target)
71 target_dir = os.path.dirname(target_file)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 336 class target_file(aetools.ComponentItem): class in inherits:aetools.ComponentItem
404 target_files = target_file
528 target_file._superclassnames = []
529 target_file._privpropdict = {
547 target_file._privelemdict = {
568 'target_file' : target_file,
640 'SRCF' : target_file,
__init__.py 77 getbaseclasses(target_file)
144 'SRCF' : target_file,
  /development/scripts/
divide_and_compress.py 236 target_file = zip_queue[0]
237 if os.path.isfile(target_file):
238 self.AddFileToArchive(target_file, compress_bit)
  /external/chromium_org/base/win/
shortcut_unittest.cc 35 const FilePath target_file(temp_dir_.path().Append(L"Target 1.txt"));
36 file_util::WriteFile(target_file, kFileContents,
39 link_properties_.set_target(target_file);
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 225 target_file = open(target[0].abspath, 'w')
226 json.dump(src_json, target_file, sort_keys=True, indent=2)
227 target_file.close()
287 target_file = open(str(target[0]), 'w')
288 json.dump(obj, target_file, sort_keys=True, indent=2)
289 target_file.close()
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 55 void DownloadFile(const GURL& url, const FilePath& target_file,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 370 def _test_chflags_regular_file(self, chflags_func, target_file):
371 st = os.stat(target_file)
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
384 new_st = os.stat(target_file)
387 fd = open(target_file, 'w+')
391 posix.chflags(target_file, st.st_flags)
test_tarfile.py 877 target_file = os.path.join(tempdir,'symlink')
880 os.symlink(source_file, target_file)
883 tar.add(target_file, arcname=os.path.basename(target_file))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 370 def _test_chflags_regular_file(self, chflags_func, target_file):
371 st = os.stat(target_file)
376 chflags_func(target_file, st.st_flags | stat.UF_IMMUTABLE)
384 new_st = os.stat(target_file)
387 fd = open(target_file, 'w+')
391 posix.chflags(target_file, st.st_flags)
test_tarfile.py 877 target_file = os.path.join(tempdir,'symlink')
880 os.symlink(source_file, target_file)
883 tar.add(target_file, arcname=os.path.basename(target_file))
    [all...]
  /external/chromium/base/
file_util_unittest.cc 1346 FilePath target_file = temp_dir_.path().Append(L"Target.txt"); local
1390 FilePath target_file = temp_dir_.path().Append(L"Target1.txt"); local
    [all...]
file_util_win.cc 216 HANDLE target_file = ::CreateFile( local
224 if (target_file != INVALID_HANDLE_VALUE)
225 ::CloseHandle(target_file);
    [all...]
  /external/chromium_org/chrome/installer/util/
installer_state_unittest.cc 547 base::FilePath target_file; member in struct:target_info
559 exe_path, targets[i].target_file, targets[i].target_version));
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1315 milliseconds