Home
last modified time | relevance | path

Searched refs:dst_path (Results 1 – 13 of 13) sorted by relevance

/external/skqp/infra/bots/
Dzip_utils.py70 dst_path = os.path.join(target_dir, dst_subpath)
71 if dst_path.endswith(os.path.sep):
72 os.mkdir(dst_path)
74 with open(dst_path, 'wb') as f:
77 os.chmod(dst_path, perms)
/external/skia/infra/bots/
Dzip_utils.py70 dst_path = os.path.join(target_dir, dst_subpath)
71 if dst_path.endswith(os.path.sep):
72 os.mkdir(dst_path)
74 with open(dst_path, 'wb') as f:
77 os.chmod(dst_path, perms)
/external/autotest/client/deps/camera_hal3/
Dcamera_hal3.py15 dst_path = os.path.join(os.getcwd(), 'bin')
16 os.mkdir(dst_path)
18 os.path.join(dst_path, binary))
/external/autotest/client/cros/
Dnetwork_chroot.py232 dst_path = self.chroot_path(rootdir)
237 os.symlink(link_path, dst_path)
239 os.makedirs(dst_path) # Recursively create directories.
247 dst_path = self.chroot_path(config_file)
249 shutil.copyfile(src_path, dst_path)
/external/compiler-rt/test/asan/android_commands/
Dandroid_common.py41 dst_path = os.path.join(ANDROID_TMPDIR, os.path.basename(path))
42 tmp_path = dst_path + '.push'
44 adb(['shell', 'cp "%s" "%s" 2>&1' % (tmp_path, dst_path)], 5)
/external/skia/third_party/icu/
Dmake_data_cpp.py29 def convert(fmt, name, src_path, dst_path): argument
33 with open(dst_path, 'w') as o:
/external/compiler-rt/lib/sanitizer_common/scripts/
Dsancov.py171 dst_path = module_path + '.' + os.path.basename(path)[:-4]
172 print >> sys.stderr, "%s: writing %d PCs to %s" % (prog_name, len(pc_list), dst_path)
175 with open(dst_path, 'ab+') as f2:
/external/python/cpython3/Modules/clinic/
D_winapi.c.h180 LPWSTR dst_path);
187 LPWSTR dst_path; in _winapi_CreateJunction() local
190 &src_path, &dst_path)) { in _winapi_CreateJunction()
193 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path); in _winapi_CreateJunction()
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
Digfs.cc287 string dst_path = TranslateName(dst); in RenameFile() local
295 TF_RETURN_IF_ERROR(client->Rename(&rename_response, src_path, dst_path)); in RenameFile()
/external/autotest/site_utils/lxc/
Dcontainer.py577 dst_path = os.path.join(self.rootfs,
579 self._do_copy(src=host_path, dst=dst_path)
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1018 SkPath dst_path; in SetClipStroke() local
1019 skPaint.getFillPath(skPath, &dst_path); in SetClipStroke()
1020 dst_path.transform(skMatrix); in SetClipStroke()
1021 return SetClip(dst_path); in SetClipStroke()
1875 SkPath dst_path; in SetClip_PathStroke() local
1876 skPaint.getFillPath(skPath, &dst_path); in SetClip_PathStroke()
1877 dst_path.transform(skMatrix); in SetClip_PathStroke()
1879 DebugDrawSkiaClipPath(m_pCanvas, dst_path); in SetClip_PathStroke()
1880 m_pCanvas->clipPath(dst_path, SkClipOp::kIntersect, true); in SetClip_PathStroke()
1885 SetClipMask(clipBox, dst_path); in SetClip_PathStroke()
/external/python/cpython3/Modules/
D_winapi.c476 LPWSTR dst_path) in _winapi_CreateJunction_impl() argument
493 if (src_path == NULL || dst_path == NULL) in _winapi_CreateJunction_impl()
576 if (!CreateDirectoryW(dst_path, NULL)) in _winapi_CreateJunction_impl()
579 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL, in _winapi_CreateJunction_impl()
/external/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py375 dst_path = "/root"
392 os.chdir(dst_path)