Home
last modified time | relevance | path

Searched refs:dest_dir (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/build/linux/
Dinstall-chromeos-fonts.py38 dest_dir = os.path.join(FONTS_DIR, 'chromeos')
42 stamp = os.path.join(dest_dir, ".stamp02")
46 print "Chrome OS fonts already up-to-date in %s." % dest_dir
49 if os.path.isdir(dest_dir):
50 shutil.rmtree(dest_dir)
51 os.mkdir(dest_dir)
52 os.chmod(dest_dir, 0755)
54 print "Installing Chrome OS fonts to %s." % dest_dir
55 tarball = os.path.join(dest_dir, URL_FILE)
58 '-xf', tarball, '-C', dest_dir])
[all …]
/external/chromium_org/chrome/
Dchrome_syzygy.gyp6 'dest_dir': '<(PRODUCT_DIR)/syzygy',
19 '<(dest_dir)/agent_logger.exe',
20 '<(dest_dir)/syzyasan_rtl.dll',
21 '<(dest_dir)/syzyasan_rtl.dll.pdb',
25 'destination': '<(dest_dir)',
77 'dest_dir': '<(PRODUCT_DIR)/syzygy/instrumented',
100 '<(dest_dir)/chrome_child.dll',
101 '<(dest_dir)/chrome_child.dll.pdb',
105 'destination': '<(dest_dir)',
Dchrome_syzygy.gypi30 '<(dest_dir)/<(dll_name).dll',
31 '<(dest_dir)/<(dll_name).dll.pdb',
38 '--destination_dir', '<(dest_dir)',
53 '<(dest_dir)/<(dll_name).dll',
54 '<(dest_dir)/<(dll_name).dll.pdb',
55 '<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json',
66 '<(dest_dir)/win-syzyasan-filter-<(dll_name).txt.json',
67 '--destination_dir', '<(dest_dir)',
/external/skia/tools/
Dgen_bench_expectations_from_codereview.py79 def get_bench_data(builder, build_num, dest_dir): argument
88 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir],
93 def find_revision_from_downloaded_data(dest_dir): argument
103 for data_file in os.listdir(dest_dir):
143 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
144 os.makedirs(dest_dir)
146 get_bench_data(try_builder, try_build.build_number, dest_dir)
152 revision = find_revision_from_downloaded_data(dest_dir)
167 '-d', dest_dir, '-r', revision])
Dsvndiff.py222 def SvnDiff(path_to_skdiff, dest_dir, source_dir): argument
231 if not dest_dir:
232 dest_dir = tempfile.mkdtemp()
233 dest_dir = os.path.abspath(dest_dir)
244 modified_flattened_dir = os.path.join(dest_dir, 'modified_flattened')
245 original_flattened_dir = os.path.join(dest_dir, 'original_flattened')
246 diff_dir = os.path.join(dest_dir, 'diffs')
315 SvnDiff(path_to_skdiff=options.path_to_skdiff, dest_dir=options.dest_dir,
/external/chromium_org/third_party/skia/tools/
Dgen_bench_expectations_from_codereview.py90 def get_bench_data(builder, build_num, dest_dir): argument
99 subprocess.check_call(['gsutil', 'cp', '-R', url, dest_dir])
102 def find_revision_from_downloaded_data(dest_dir): argument
112 for data_file in os.listdir(dest_dir):
196 dest_dir = os.path.join(TMP_BENCH_DATA_DIR, builder)
197 os.makedirs(dest_dir)
199 get_bench_data(try_builder, try_build.build_number, dest_dir)
205 revision = find_revision_from_downloaded_data(dest_dir)
220 '-d', dest_dir, '-r', revision])
Dsvndiff.py222 def SvnDiff(path_to_skdiff, dest_dir, source_dir): argument
231 if not dest_dir:
232 dest_dir = tempfile.mkdtemp()
233 dest_dir = os.path.abspath(dest_dir)
244 modified_flattened_dir = os.path.join(dest_dir, 'modified_flattened')
245 original_flattened_dir = os.path.join(dest_dir, 'original_flattened')
246 diff_dir = os.path.join(dest_dir, 'diffs')
315 SvnDiff(path_to_skdiff=options.path_to_skdiff, dest_dir=options.dest_dir,
/external/chromium_org/third_party/skia/platform_tools/android/gyp_gen/
Dgypd_parser.py15 def parse_dictionary(var_dict, d, current_target_name, dest_dir): argument
48 rel_source = os.path.relpath(rel_source, dest_dir)
77 parse_gypd(var_dict, sub_path, dest_dir, sub_targets)
84 parse_dictionary(var_dict, config, current_target_name, dest_dir)
99 rel_include = os.path.relpath(rel_include, dest_dir)
118 def parse_gypd(var_dict, path, dest_dir, desired_targets=None): argument
152 parse_dictionary(var_dict, target, target_name, dest_dir)
Dtool_makefile_writer.py39 def generate_tool(gyp_dir, target_file, skia_trunk, dest_dir, argument
70 gypd_parser.parse_gypd(var_dict, result_file, dest_dir, desired_targets)
87 full_dest = os.path.join(skia_trunk, dest_dir)
89 full_dest = dest_dir
/external/skia/platform_tools/android/gyp_gen/
Dgypd_parser.py15 def parse_dictionary(var_dict, d, current_target_name, dest_dir): argument
48 rel_source = os.path.relpath(rel_source, dest_dir)
77 parse_gypd(var_dict, sub_path, dest_dir, sub_targets)
84 parse_dictionary(var_dict, config, current_target_name, dest_dir)
99 rel_include = os.path.relpath(rel_include, dest_dir)
118 def parse_gypd(var_dict, path, dest_dir, desired_targets=None): argument
152 parse_dictionary(var_dict, target, target_name, dest_dir)
Dtool_makefile_writer.py46 def generate_tool(gyp_dir, target_file, skia_trunk, dest_dir, argument
78 gypd_parser.parse_gypd(var_dict, result_file, dest_dir)
95 full_dest = os.path.join(skia_trunk, dest_dir)
97 full_dest = dest_dir
/external/chromium_org/chrome/test/chromedriver/
Darchive.py36 def DownloadChrome(revision, dest_dir, site=Site.CONTINUOUS): argument
61 zip_path = os.path.join(dest_dir, 'chrome-%s.zip' % revision)
67 util.Unzip(zip_path, dest_dir)
68 return os.path.join(dest_dir, GetZipName(), GetChromePathFromPackage())
/external/skia/tools/pyutils/
Durl_utils.py58 dest_dir = os.path.dirname(dest_path)
59 if not os.path.exists(dest_dir):
60 os.makedirs(dest_dir)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
Djsbundler.py232 def LinkOrCopyFiles(sources, dest_dir): argument
251 os.path.join(dest_dir, source.GetOutPath()))
254 def WriteOutput(bundle, format, out_file, dest_dir): argument
265 if dest_dir:
266 paths = (os.path.join(dest_dir, p) for p in paths)
329 if options.dest_dir is None:
331 LinkOrCopyFiles(bundle.GetSources(), options.dest_dir)
338 WriteOutput(bundle, options.mode, out_file, options.dest_dir)
/external/chromium_org/tools/
Dupdate_reference_build.py186 def _UnzipFile(self, dl_file, dest_dir): argument
201 dest = os.path.join(dest_dir, content[content.find('/')+1:])
233 dest_dir = os.path.join('reference_builds', 'reference_builds',
235 self._ClearDir(dest_dir)
239 if not self._UnzipFile(dl_file, dest_dir):
240 logging.info('Copying %s to %s', dl_file, dest_dir)
241 shutil.copy(dl_file, dest_dir)
/external/chromium_org/third_party/skia/gm/rebaseline_server/
Ddownload_actuals.py55 def fetch(self, builder_name, dest_dir): argument
84 dest_path = os.path.join(dest_dir, config, test + '.png')
149 dest_dir=params.dest_dir)
Dcompare_rendered_pictures.py170 self._copy_dir_contents(source_dir=setA_dir, dest_dir=setA_root)
172 self._copy_dir_contents(source_dir=setB_dir, dest_dir=setB_root)
469 def _copy_dir_contents(self, source_dir, dest_dir): argument
484 dest_dir=dest_dir)
487 shutil.copytree(repo_dir, dest_dir)
489 shutil.copytree(source_dir, dest_dir)
/external/skia/gm/rebaseline_server/
Ddownload_actuals.py53 def fetch(self, builder_name, dest_dir): argument
82 dest_path = os.path.join(dest_dir, config, test + '.png')
147 dest_dir=params.dest_dir)
/external/chromium_org/content/browser/fileapi/
Dfile_system_operation_impl_unittest.cc497 FileSystemURL dest_dir(CreateDirectory("src/dest")); in TEST_F() local
500 Move(src_dir, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F()
507 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local
519 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local
523 Move(src_dir, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F()
531 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local
534 Move(src_file, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F()
578 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local
581 Move(src_dir, dest_dir, FileSystemOperation::OPTION_NONE)); in TEST_F()
595 FileSystemURL dest_dir(CreateDirectory("dest")); in TEST_F() local
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/
Dcopy_js.gypi13 # dest_dir: Destination directory for all copied files.
31 '<!@(python <(js_bundler_path) <@(path_rewrite_flags) -d <(dest_dir) <@(js_files))'
37 '-d', '<(dest_dir)',
/external/skia/platform_tools/android/bin/
Dgyp_to_android.py137 dest_dir='tests',
145 dest_dir='bench',
154 dest_dir='gm',
162 dest_dir='dm',
/external/chromium_org/pdf/
Dpdf.gyp165 'dest_dir': '<(PRODUCT_DIR)/syzygy',
183 '<(dest_dir)/pdf.dll',
184 '<(dest_dir)/pdf.dll.pdb',
192 '--destination_dir', '<(dest_dir)',
/external/chromium_org/third_party/skia/platform_tools/android/bin/
Dgyp_to_android.py137 dest_dir='bench',
146 dest_dir='gm',
155 dest_dir='dm',
/external/chromium_org/chrome/tools/build/win/
Dresedit.py153 dest_dir = os.path.join(extract_to, res_type_str, res_lang_str)
154 dest_file = os.path.join(dest_dir, res_name_str)
160 os.makedirs(dest_dir)
/external/chromium_org/third_party/zlib/google/
Dzip.cc95 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) { in Unzip() argument
111 if (!reader.ExtractCurrentEntryIntoDirectory(dest_dir)) { in Unzip()

12