/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 | 656 const base::FilePath& target_file, 673 GenerateSpecificPEFileVersion(original_file, target_file, new_version); 679 const base::FilePath& target_file, 681 // First copy original_file to target_file. 682 if (!base::CopyFile(original_file, target_file)) { 684 << "\" to \"" << target_file.value() << "\""; 689 if (!GetFileVersion(target_file, &ctx.current_version)) { 690 LOG(DFATAL) << "Failed reading version from \"" << target_file.value() 698 return UpdateVersionIfMatch(target_file, &ctx);
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 33 TARGET_FILE=$srcdir/testdata/configure.ac.v0.2 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \ 56 -target $TARGET_FILE \ 65 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 76 < $TARGET_FILE \ 85 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 96 -target $TARGET_FILE \ 105 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 115 < $TARGET_FILE \ 124 cmp $TARGET_FILE $OUTPUT_TARGET_FILE [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 33 TARGET_FILE=$srcdir/testdata/configure.ac.v0.2 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \ 56 -target $TARGET_FILE \ 65 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 76 < $TARGET_FILE \ 85 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 96 -target $TARGET_FILE \ 105 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 115 < $TARGET_FILE \ 124 cmp $TARGET_FILE $OUTPUT_TARGET_FILE [all...] |
/external/open-vcdiff/src/ |
vcdiff_test.sh | 33 TARGET_FILE=$srcdir/testdata/configure.ac.v0.2 48 -dictionary $DICTIONARY_FILE -target $TARGET_FILE -delta $DELTA_FILE \ 56 -target $TARGET_FILE \ 65 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 76 < $TARGET_FILE \ 85 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 96 -target $TARGET_FILE \ 105 cmp $TARGET_FILE $OUTPUT_TARGET_FILE \ 115 < $TARGET_FILE \ 124 cmp $TARGET_FILE $OUTPUT_TARGET_FILE [all...] |
/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/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 38 set TARGET_FILE=%TESTDATA_DIR%\configure.ac.v0.2 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^ 61 -target %TARGET_FILE% ^ 70 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 83 < %TARGET_FILE% ^ 92 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 103 -target %TARGET_FILE% ^ 112 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 122 < %TARGET_FILE% ^ 131 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% [all...] |
/external/chromium_org/sdch/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 38 set TARGET_FILE=%TESTDATA_DIR%\configure.ac.v0.2 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^ 61 -target %TARGET_FILE% ^ 70 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 83 < %TARGET_FILE% ^ 92 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 103 -target %TARGET_FILE% ^ 112 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 122 < %TARGET_FILE% ^ 131 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% [all...] |
/external/open-vcdiff/vsprojects/ |
vcdiff_test.bat | 38 set TARGET_FILE=%TESTDATA_DIR%\configure.ac.v0.2 53 -dictionary %DICTIONARY_FILE% -target %TARGET_FILE% -delta %DELTA_FILE% ^ 61 -target %TARGET_FILE% ^ 70 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 83 < %TARGET_FILE% ^ 92 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 103 -target %TARGET_FILE% ^ 112 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% ^ 122 < %TARGET_FILE% ^ 131 fc /b %TARGET_FILE% %OUTPUT_TARGET_FILE% [all...] |
/external/chromium_org/third_party/lcov/bin/ |
install.sh | 28 # do_install(SOURCE_FILE, TARGET_FILE) 42 # do_uninstall(SOURCE_FILE, TARGET_FILE)
|
/external/chromium/sdch/open-vcdiff/ |
README | 15 vcdiff encode -dictionary file.dict < target_file > delta_file 16 vcdiff decode -dictionary file.dict < delta_file > target_file
|
/external/chromium_org/sdch/open-vcdiff/ |
README | 15 vcdiff encode -dictionary file.dict < target_file > delta_file 16 vcdiff decode -dictionary file.dict < delta_file > target_file
|
/external/open-vcdiff/ |
README | 15 vcdiff encode -dictionary file.dict < target_file > delta_file 16 vcdiff decode -dictionary file.dict < delta_file > target_file
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
__init__.py | 77 getbaseclasses(target_file) 144 'SRCF' : target_file,
|
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,
|
/external/chromium_org/tools/gn/ |
ninja_build_writer.cc | 196 OutputFile target_file = helper_.GetTargetOutputFile(target); local 197 if (target_file.value() != target->label().name()) { 199 path_output_.WriteFile(out_, target_file); 205 all_rules.append(target_file.value());
|
/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/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)
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 221 target_file = open(target[0].abspath, 'w') 222 json.dump(src_json, target_file, sort_keys=True, indent=2) 223 target_file.close() 283 target_file = open(str(target[0]), 'w') 284 json.dump(obj, target_file, sort_keys=True, indent=2) 285 target_file.close()
|
/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...] |
/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)
|