/external/skqp/infra/bots/ |
D | zip_utils.py | 70 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/ |
D | zip_utils.py | 70 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/ |
D | camera_hal3.py | 15 dst_path = os.path.join(os.getcwd(), 'bin') 16 os.mkdir(dst_path) 18 os.path.join(dst_path, binary))
|
/external/autotest/client/cros/ |
D | network_chroot.py | 232 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/ |
D | android_common.py | 41 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/ |
D | make_data_cpp.py | 29 def convert(fmt, name, src_path, dst_path): argument 33 with open(dst_path, 'w') as o:
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | sancov.py | 171 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.h | 180 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/ |
D | igfs.cc | 287 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/ |
D | container.py | 577 dst_path = os.path.join(self.rootfs, 579 self._do_copy(src=host_path, dst=dst_path)
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 1018 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.c | 476 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/ |
D | pm_sched_mc.py | 375 dst_path = "/root" 392 os.chdir(dst_path)
|