HomeSort by relevance Sort by last modified time
    Searched refs:dst_path (Results 1 - 16 of 16) sorted by null

  /external/autotest/client/deps/camera_hal3/
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/compiler-rt/test/asan/android_commands/
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/infra/bots/
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/skqp/infra/bots/
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/third_party/icu/
make_data_cpp.py 29 def convert(fmt, name, src_path, dst_path):
33 with open(dst_path, 'w') as o:
  /external/autotest/client/cros/
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/lib/sanitizer_common/scripts/
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:
  /bionic/tests/
elftls_dl_test.cpp 71 std::string dst_path = GetTestlibRoot() + "/libtest_elftls_shared_var.so"; local
74 "dlerror: dlopen failed: TLS symbol \"elftls_shared_var\" in dlopened \"" + dst_path + "\" " +
  /bionic/tools/versioner/src/
Preprocessor.cpp 453 std::string dst_path = dst_dir + "/" + rel_path; local
454 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path);
458 if (llvm::sys::fs::copy_file(path, dst_path)) {
460 dst_path.c_str());
  /external/autotest/site_utils/lxc/
container.py 577 dst_path = os.path.join(self.rootfs,
579 self._do_copy(src=host_path, dst=dst_path)
  /external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
igfs.cc 287 string dst_path = TranslateName(dst); local
295 TF_RETURN_IF_ERROR(client->Rename(&rename_response, src_path, dst_path));
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 171 "CreateJunction($module, src_path, dst_path, /)\n"
180 LPWSTR dst_path);
187 LPWSTR dst_path; local
190 &src_path, &dst_path)) {
193 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path);
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 375 dst_path = "/root"
392 os.chdir(dst_path)
  /external/python/cpython3/Modules/
_winapi.c 470 dst_path: LPWSTR
476 LPWSTR dst_path)
493 if (src_path == NULL || dst_path == NULL)
576 if (!CreateDirectoryW(dst_path, NULL))
579 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL,
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1018 SkPath dst_path; local
1875 SkPath dst_path; local
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py     [all...]

Completed in 657 milliseconds