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

1 2

  /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/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,
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:
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)
  /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/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,
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:
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)
  /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/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/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/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/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,
  /external/chromium_org/third_party/zlib/google/
zip_reader.h 219 void ExtractChunk(base::File target_file,
zip_reader_unittest.cc 472 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); local
477 target_file,
502 ASSERT_TRUE(base::GetFileSize(target_file, &file_size));
512 base::FilePath target_file = test_dir_.AppendASCII("foo"); local
517 target_file,
535 ASSERT_TRUE(base::DirectoryExists(target_file));
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 216 target_file = open(target[0].abspath, 'w')
217 json.dump(src_json, target_file, sort_keys=True, indent=2)
218 target_file.close()
274 target_file = open(str(target[0]), 'w')
275 json.dump(obj, target_file, sort_keys=True, indent=2)
276 target_file.close()
  /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/components/nacl/renderer/
ppb_nacl_private_impl.cc     [all...]
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 144 base::File target_file = CreateFile(target_name); local
145 ASSERT_TRUE(target_file.IsValid());
146 ASSERT_TRUE(target_file.created());
  /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)

Completed in 572 milliseconds

1 2