HomeSort by relevance Sort by last modified time
    Searched refs:dest_dir (Results 26 - 40 of 40) sorted by null

12

  /external/chromium_org/third_party/skia/platform_tools/android/bin/
gyp_to_android.py 137 dest_dir='bench',
146 dest_dir='gm',
155 dest_dir='dm',
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 170 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):
470 """Copy all contents of source_dir into dest_dir, recursing into subdirs.
475 dest_dir: path to destination dir (local filepath)
478 be "overlaid" on top of the existing content in dest_dir. Existing files
484 dest_dir=dest_dir)
487 shutil.copytree(repo_dir, dest_dir)
489 shutil.copytree(source_dir, dest_dir)
    [all...]
  /external/chromium_org/third_party/zlib/google/
zip.cc 95 bool Unzip(const base::FilePath& src_file, const base::FilePath& dest_dir) {
111 if (!reader.ExtractCurrentEntryIntoDirectory(dest_dir)) {
  /development/build/tools/
mk_sources_zip.py 198 dest_dir = os.path.dirname(dest_path)
199 if not os.path.isdir(dest_dir):
200 os.makedirs(dest_dir)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 232 def LinkOrCopyFiles(sources, dest_dir):
251 os.path.join(dest_dir, source.GetOutPath()))
254 def WriteOutput(bundle, format, out_file, dest_dir):
261 dest_dir: Prepended to each path mentioned in the output, if applicable.
265 if dest_dir:
266 paths = (os.path.join(dest_dir, p) for p in paths)
283 parser.add_option('-d', '--dest_dir', action='store', metavar='DIR',
329 if options.dest_dir is None:
330 Die('Must specify --dest_dir when copying.')
331 LinkOrCopyFiles(bundle.GetSources(), options.dest_dir)
    [all...]
  /external/chromium_org/chrome/tools/build/win/
resedit.py 153 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/tools/gn/
filesystem_utils.cc 542 const SourceDir& dest_dir) {
545 CHECK(dest_dir.is_source_absolute())
546 << "Dir to rebase to isn't source-absolute: " << dest_dir.value();
548 const std::string& dest = dest_dir.value();
filesystem_utils.h 134 const SourceDir& dest_dir);
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
pnacl_component_crx_gen.py 226 def CopyFlattenDirsAndPrefix(src_dir, arch, dest_dir):
227 """ Copy files from src_dir to dest_dir.
241 shutil.copy(full_name, J(dest_dir, target_name))
  /external/chromium_org/base/files/
file_path_watcher_browsertest.cc 592 FilePath dest_dir(temp_dir_.path().AppendASCII("dest"));
593 FilePath dest_subdir(dest_dir.AppendASCII("subdir"));
607 ASSERT_TRUE(base::Move(source_dir, dest_dir));
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 193 def copy_test_configuration(self, source_dir, dest_dir):
197 specified dest_dir (a temporary working directory).
209 destination = source.replace(source_dir, dest_dir)
215 destination = source.replace(source_dir, dest_dir)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 227 for package_name, dest_dir in extract_packages:
229 full_dst_dir = os.path.join(pepperdir, 'toolchain', dest_dir)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags2man.py 71 gflags.DEFINE_string('dest_dir', _GetDefaultDestDir(),
539 doc = GenerateMan(prog, FLAGS.dest_dir)
  /external/chromium_org/third_party/python_gflags/
gflags2man.py 71 gflags.DEFINE_string('dest_dir', _GetDefaultDestDir(),
539 doc = GenerateMan(prog, FLAGS.dest_dir)
  /dalvik/dx/etc/
jasmin.jar 

Completed in 1681 milliseconds

12