Home
last modified time | relevance | path

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

12

/external/autotest/client/bin/
Dlocal_host_unittest.py211 dest_dir = os.path.join(self.tmpdir.name, 'dest')
213 host.get_file(source_dir, dest_dir)
215 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
226 dest_dir = os.path.join(self.tmpdir.name, 'dest')
227 os.mkdir(dest_dir)
229 host.get_file(source_dir, dest_dir)
231 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
242 dest_dir = os.path.join(self.tmpdir.name, 'dest')
243 os.mkdir(dest_dir)
244 os.mkdir(os.path.join(dest_dir, 'dir'))
[all …]
Dsite_sysinfo.py197 def _copy_new_data_in_file(self, file_path, src_dir, dest_dir): argument
221 target_path = os.path.join(dest_dir,
232 def _log_diff(self, src_dir, dest_dir): argument
243 dest_dir = os.path.join(dest_dir, dir)
245 if not os.path.exists(dest_dir):
246 os.makedirs(dest_dir)
249 self._copy_new_data_in_file(src_file, src_dir, dest_dir)
/external/mesa3d/src/gallium/targets/xvmc/
DMakefile.am71 $(AM_V_GEN)dest_dir=$(DESTDIR)/$(xvmcdir); \
76 ln -f $${dest_dir}/$${j}.$(XVMC_MAJOR).$(XVMC_MINOR).0 \
77 $${dest_dir}/$${l}; \
79 $${dest_dir}/$${k}.$(XVMC_MAJOR).$(XVMC_MINOR); \
81 $${dest_dir}/$${k}.$(XVMC_MAJOR); \
83 $${dest_dir}/$${k}; \
85 $(RM) $${dest_dir}/libXvMCgallium.*
/external/mesa3d/src/gallium/targets/vdpau/
DMakefile.am109 $(AM_V_GEN)dest_dir=$(DESTDIR)/$(vdpaudir); \
114 ln -f $${dest_dir}/$${j}.$(VDPAU_MAJOR).$(VDPAU_MINOR).0 \
115 $${dest_dir}/$${l}; \
117 $${dest_dir}/$${k}.$(VDPAU_MAJOR).$(VDPAU_MINOR); \
119 $${dest_dir}/$${k}.$(VDPAU_MAJOR); \
121 $${dest_dir}/$${k}; \
123 $(RM) $${dest_dir}/libvdpau_gallium.*
/external/vulkan-validation-layers/build-android/
Dbuild.py229 dest_dir = os.path.join(installdir, properties['dest_dir'])
232 dst = os.path.join(dest_dir, d)
237 print(source_dir, ':', dest_dir, ":", f)
242 install_file(f, source_dir, dest_dir)
244 print(source_dir, ':', dest_dir, ":", f, "SKIPPED")
290 dest_dir = os.path.join(installdir, properties['dest_dir'])
292 dst = os.path.join(dest_dir, d)
/external/toolchain-utils/
Dremote_gcc_build.py236 def ReplaceSysroot(chromeos_root, dest_dir, target): argument
245 command = 'sudo mv {0} {1}'.format(dest_dir, board_dir)
307 dest_dir): argument
312 local_flag = '--local -r {0}'.format(dest_dir)
438 args.chrome_version, args.dest_dir)
439 if args.local or not args.dest_dir:
450 dest_dir = misc.CanonicalizePath(args.dest_dir)
461 DownloadImage(target, build_id, dest_dir, chromeos_version)
462 ret = UnpackImage(dest_dir)
469 ret = ReplaceSysroot(chromeos_root, args.dest_dir, target)
Drepo_to_repo.py77 def _RsyncExcludingRepoDirs(self, source_dir, dest_dir): argument
81 dest_file = os.path.join(dest_dir, f)
86 command = 'rsync -a %s %s' % (source_file, dest_dir)
90 def MapSources(self, dest_dir): argument
92 return self._RsyncExcludingRepoDirs(self._root_dir, dest_dir)
/external/autotest/client/cros/video/
Dchameleon_screenshot_capturer.py23 def __init__(self, chameleon_board, interface, display_facade, dest_dir, argument
39 self.dest_dir = dest_dir
97 fullpath = os.path.join(self.dest_dir, filename)
/external/skia/tools/skp/
Dwebpages_playback.py328 self._local_skp_dir, dest_dir=dest_dir_name)
441 def upload_dir_contents(self, source_dir, dest_dir): argument
472 def upload_dir_contents(self, source_dir, dest_dir): argument
474 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
490 def upload_dir_contents(self, source_dir, dest_dir): argument
491 def copytree(source_dir, dest_dir): argument
492 if not os.path.exists(dest_dir):
493 os.makedirs(dest_dir)
496 dest = os.path.join(dest_dir, item)
501 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
/external/skqp/tools/skp/
Dwebpages_playback.py328 self._local_skp_dir, dest_dir=dest_dir_name)
441 def upload_dir_contents(self, source_dir, dest_dir): argument
472 def upload_dir_contents(self, source_dir, dest_dir): argument
474 'gsutil', 'cp', '-r', source_dir, '/'.join((self._url, dest_dir))])
490 def upload_dir_contents(self, source_dir, dest_dir): argument
491 def copytree(source_dir, dest_dir): argument
492 if not os.path.exists(dest_dir):
493 os.makedirs(dest_dir)
496 dest = os.path.join(dest_dir, item)
501 copytree(source_dir, os.path.join(self._base_dir, dest_dir))
/external/toolchain-utils/fdo_scripts/
Dprofile_cycler.py68 dest_dir = os.path.join(self._profile_dir,
71 if os.path.exists(dest_dir):
72 command = 'rm -rf %s' % dest_dir
79 command = 'mkdir -p %s' % dest_dir
82 dest_dir,
/external/clang/tools/scan-build-py/tests/unit/
Dtest_intercept.py54 def create_csrutil(dest_dir, status): argument
55 filename = os.path.join(dest_dir, 'csrutil')
59 def create_sestatus(dest_dir, status): argument
60 filename = os.path.join(dest_dir, 'sestatus')
/external/autotest/utils/
Dpackager.py90 def get_build_dir(name, dest_dir, pkg_type): argument
105 base_build_dir = os.path.join(dest_dir, 'client')
115 action, dest_dir=None): argument
145 build_dir = get_build_dir(name, dest_dir, pkg_type)
374 action=cur_action, dest_dir=options.output_dir)
378 action=cur_action, dest_dir=options.output_dir)
382 action=cur_action, dest_dir=options.output_dir)
Dbuild_externals.py117 def fetch_necessary_packages(dest_dir, install_dir, names_to_check=set()): argument
144 if not package.fetch(dest_dir):
/external/e2fsprogs/debugfs/
Ddump.c330 char *dest_dir; in do_rdump() local
338 dest_dir = argv[argc - 1]; in do_rdump()
342 if (stat(dest_dir, &st) == -1) { in do_rdump()
343 com_err("rdump", errno, "while statting %s", dest_dir); in do_rdump()
347 com_err("rdump", 0, "%s is not a directory", dest_dir); in do_rdump()
367 rdump_inode(ino, &inode, basename, dest_dir); in do_rdump()
/external/tensorflow/tensorflow/tools/pip_package/
Dbuild_pip_package.sh26 local dest_dir=$2
28 cp -R "$f" "$dest_dir"
30 mkdir -p "${dest_dir}/local_config_cuda/cuda/cuda/"
31 …cp "${src_dir}/local_config_cuda/cuda/cuda/cuda_config.h" "${dest_dir}/local_config_cuda/cuda/cuda…
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
Ddata_utils_test.py41 dest_dir = self.get_temp_dir()
60 untar=True, cache_subdir=dest_dir)
66 untar=True, cache_subdir=dest_dir)
69 extract=True, cache_subdir=dest_dir)
83 extract=True, cache_subdir=dest_dir)
86 extract=True, cache_subdir=dest_dir)
/external/skqp/infra/bots/recipe_modules/ct/
Dapi.py17 dest_dir, start_range, num_skps): argument
34 slave_dest_dir = dest_dir.join('slave%s' % slave_num )
/external/skia/infra/bots/recipe_modules/ct/
Dapi.py17 dest_dir, start_range, num_skps): argument
34 slave_dest_dir = dest_dir.join('slave%s' % slave_num )
/external/autotest/client/common_lib/
Dpackages.py822 def tar_package(self, pkg_name, src_dir, dest_dir, exclude_string=None): argument
828 tarball_path = os.path.join(dest_dir, pkg_name)
848 def untar_required(self, tarball_path, dest_dir): argument
854 checksum_path = os.path.join(dest_dir, '.checksum')
866 def untar_pkg(self, tarball_path, dest_dir): argument
875 (tarball_path, dest_dir))
879 pkg_checksum_path = os.path.join(dest_dir,
/external/toolchain-utils/crosperf/
Dresults_cache.py63 def CopyFilesTo(self, dest_dir, files_to_copy): argument
66 if not os.path.isdir(dest_dir):
67 command = 'mkdir -p %s' % dest_dir
70 dest_dir, ('%s.%s' % (os.path.basename(file_to_copy), file_index)))
75 def CopyResultsTo(self, dest_dir): argument
76 self.CopyFilesTo(dest_dir, self.perf_data_files)
77 self.CopyFilesTo(dest_dir, self.perf_report_files)
79 self._logger.LogOutput('Perf results files stored in %s.' % dest_dir)
/external/toolchain-utils/automation/common/
Dcommand.py223 def UnTar(tar_file, dest_dir): argument
225 MakeDir(dest_dir), Shell('tar', '-x', '-f', tar_file, '-C', dest_dir))
/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py124 def write_images(self, frame_indices, dest_dir, image_format): argument
140 path = os.path.join(dest_dir, str(i) + '.' + image_format)
/external/autotest/client/bin/result_tools/
Drunner.py162 dest_dir = dest_path if os.path.isdir(dest_path) else dest_path
180 os.path.join(dest_dir, os.path.basename(summary_file)),
/external/skia/infra/bots/
Dutils.py75 def git_clone(repo_url, dest_dir): argument
77 subprocess.check_call([GIT, 'clone', repo_url, dest_dir])

12