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

1 2

  /external/chromium_org/tools/clang/plugins/
CMakeLists.txt 12 $<TARGET_FILE:libFindBadConstructs>
  /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 655 const base::FilePath& target_file,
672 GenerateSpecificPEFileVersion(original_file, target_file, new_version);
678 const base::FilePath& target_file,
680 // First copy original_file to target_file.
681 if (!base::CopyFile(original_file, target_file)) {
683 << "\" to \"" << target_file.value() << "\"";
688 if (!GetFileVersion(target_file, &ctx.current_version)) {
689 LOG(DFATAL) << "Failed reading version from \"" << target_file.value()
697 return UpdateVersionIfMatch(target_file, &ctx);
  /external/chromium_org/build/android/gyp/
delete_files.py 41 for target_file in matching_files:
42 if target_file in files_to_keep:
45 if os.path.isfile(target_file):
46 os.remove(target_file)
  /external/chromium_org/tools/clang/blink_gc_plugin/
CMakeLists.txt 16 $<TARGET_FILE:lib${LIBRARYNAME}>
  /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/chromium_org/chrome/browser/translate/
standalone_cld_data_harness.cc 65 base::FilePath target_file; local
66 GetStandaloneDataFileDestination(&target_file);
67 base::FilePath target_dir = target_file.DirName();
72 << target_file.value();
73 ASSERT_TRUE(base::CopyFile(source_file, target_file));
74 ASSERT_TRUE(base::PathExists(target_file));
  /external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 25 target_file = os.path.join(target_dir, 'Android.mk')
26 with open(target_file, 'w') as f:
39 def generate_tool(gyp_dir, target_file, skia_trunk, dest_dir,
48 target_file: gyp file for the project to be built, contained in gyp_dir.
61 target_file=target_file,
android_framework_gyp.py 41 def main(target_dir, target_file, skia_arch_type, have_neon):
42 """Create gypd files based on target_file.
46 target_file: Gyp file to start on. Other files within target_dir will
47 be read if target_file depends on them.
70 full_path = os.path.join(target_dir, target_file)
makefile_writer.py 186 target_file = 'Android.mk'
188 target_file = os.path.join(target_dir, target_file)
189 with open(target_file, 'w') as f:
  /external/skia/platform_tools/android/gyp_gen/
tool_makefile_writer.py 27 target_file = os.path.join(target_dir, 'Android.mk')
28 with open(target_file, 'w') as f:
46 def generate_tool(gyp_dir, target_file, skia_trunk, dest_dir,
55 target_file: gyp file for the project to be built, contained in gyp_dir.
69 target_file=target_file,
android_framework_gyp.py 41 def main(target_dir, target_file, skia_arch_type, have_neon):
42 """Create gypd files based on target_file.
46 target_file: Gyp file to start on. Other files within target_dir will
47 be read if target_file depends on them.
70 full_path = os.path.join(target_dir, target_file)
makefile_writer.py 189 target_file = 'Android.mk'
191 target_file = os.path.join(target_dir, target_file)
192 with open(target_file, 'w') as f:
  /external/compiler-rt/cmake/Modules/
SanitizerUtils.cmake 18 ${SANITIZER_GEN_DYNAMIC_LIST} $<TARGET_FILE:${name}> ${ARGN}
19 > $<TARGET_FILE:${name}>.syms
30 install(FILES $<TARGET_FILE:${name}>.syms
  /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/chromium_org/third_party/lcov/bin/
install.sh 28 # do_install(SOURCE_FILE, TARGET_FILE)
42 # do_uninstall(SOURCE_FILE, TARGET_FILE)
  /external/skia/platform_tools/android/bin/
gyp_to_android.py 38 def generate_var_dict(target_dir, target_file, skia_arch_type, have_neon):
45 target_file: Target gyp file.
51 result_file = android_framework_gyp.main(target_dir, target_file,
135 target_file='tests.gyp',
143 target_file='bench.gyp',
152 target_file='gm.gyp',
160 target_file='dm.gyp',
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
gyp_to_android.py 38 def generate_var_dict(target_dir, target_file, skia_arch_type, have_neon):
45 target_file: Target gyp file.
51 result_file = android_framework_gyp.main(target_dir, target_file,
135 target_file='bench.gyp',
144 target_file='gm.gyp',
153 target_file='dm.gyp',
  /external/chromium_org/tools/gn/
ninja_build_writer.cc 204 OutputFile target_file(target->dependency_output_file());
206 NormalizePath(&target_file.value());
211 WritePhonyRule(target, target_file, long_name);
221 WritePhonyRule(target, target_file, medium_name);
226 WritePhonyRule(target, target_file, label.name());
230 all_rules.append(target_file.value());
250 const OutputFile& target_file,
252 if (target_file.value() == phony_name)
262 path_output_.WriteFile(out_, target_file);
ninja_build_writer.h 45 void WritePhonyRule(const Target* target, const OutputFile& target_file,
  /external/chromium_org/third_party/closure_compiler/tools/
compile_coverage.py 92 target_file = os.path.join(gyp_dir, target['target_name'] + '.js')
93 compiled.add(os.path.abspath(target_file))
94 compiled.update(processor.Processor(target_file).included_files)
  /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
  /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,
  /external/chromium_org/base/win/
shortcut_unittest.cc 36 const FilePath target_file(temp_dir_.path().Append(L"Target 1.txt"));
37 WriteFile(target_file, kFileContents, arraysize(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)

Completed in 304 milliseconds

1 2