Home
last modified time | relevance | path

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

/third_party/flutter/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)
/third_party/skia/infra/bots/
Dzip_utils.py71 dst_path = os.path.join(target_dir, dst_subpath)
72 if dst_path.endswith(os.path.sep):
73 os.mkdir(dst_path)
75 with open(dst_path, 'wb') as f:
78 os.chmod(dst_path, perms)
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_var_copies.c107 nir_deref_path dst_path, src_path; in nir_lower_deref_copy_instr() local
108 nir_deref_path_init(&dst_path, dst, NULL); in nir_lower_deref_copy_instr()
112 emit_deref_copy_load_store(b, dst_path.path[0], &dst_path.path[1], in nir_lower_deref_copy_instr()
117 nir_deref_path_finish(&dst_path); in nir_lower_deref_copy_instr()
Dnir_opt_find_array_copies.c426 nir_deref_path dst_path; in handle_write() local
427 nir_deref_path_init(&dst_path, dst, state->dead_ctx); in handle_write()
430 for (nir_deref_instr **instr = dst_path.path; *instr; instr++, idx++) { in handle_write()
438 node_for_path_with_wildcard(&dst_path, idx, state); in handle_write()
494 nir_copy_deref(b, build_wildcard_deref(b, &dst_path, idx), in handle_write()
497 foreach_aliasing_node(&dst_path, clobber, state); in handle_write()
515 foreach_aliasing_node(&dst_path, clobber, state); in handle_write()
565 nir_deref_path dst_path; in opt_find_array_copies_block() local
566 nir_deref_path_init(&dst_path, dst_deref, state->dead_ctx); in opt_find_array_copies_block()
567 foreach_aliasing_node(&dst_path, clobber, state); in opt_find_array_copies_block()
Dnir_split_vars.c650 struct array_var_info *dst_info, nir_deref_path *dst_path, in emit_split_copies() argument
657 while ((dst_p = dst_path->path[dst_level + 1])) { in emit_split_copies()
685 assert(glsl_get_length(dst_path->path[dst_level]->type) == in emit_split_copies()
687 unsigned len = glsl_get_length(dst_path->path[dst_level]->type); in emit_split_copies()
689 emit_split_copies(b, dst_info, dst_path, dst_level + 1, in emit_split_copies()
696 emit_split_copies(b, dst_info, dst_path, dst_level + 1, in emit_split_copies()
733 nir_deref_path dst_path, src_path; in split_array_copies_impl() local
734 nir_deref_path_init(&dst_path, dst_deref, mem_ctx); in split_array_copies_impl()
737 if (!deref_has_split_wildcard(&dst_path, dst_info) && in split_array_copies_impl()
743 emit_split_copies(&b, dst_info, &dst_path, 0, dst_path.path[0], in split_array_copies_impl()
/third_party/flutter/build/skia/
Dmake_skia_include_dir.py37 dst_path = os.path.abspath(symlink_path)
38 print("symlink path is: " + dst_path)
39 subprocess.run(['ln', '-sf', dst_path, src_path])
DBUILD.gn36 outputs = [ "${dst_path}/tmp.txt" ]
38 rebase_path(dst_path, root_build_dir),
46 dst_path = system_skia_override_path + "/third_party"
51 dst_path = third_party_skia_override_path + "/third_party"
/third_party/skia/third_party/icu/
Dmake_data_cpp.py31 def convert(fmt, name, src_path, dst_path): argument
35 with open(dst_path, 'w') as o:
/third_party/flutter/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:
/third_party/libpng/
Dinstall.py33 def move_file(src_path, dst_path): argument
44 dst_file = os.path.join(dst_path, file)
/third_party/python/Modules/clinic/
D_winapi.c.h230 LPCWSTR dst_path);
237 LPCWSTR dst_path; in _winapi_CreateJunction() local
259 dst_path = _PyUnicode_AsUnicode(args[1]); in _winapi_CreateJunction()
261 dst_path = PyUnicode_AsWideCharString(args[1], NULL); in _winapi_CreateJunction()
263 if (dst_path == NULL) { in _winapi_CreateJunction()
266 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path); in _winapi_CreateJunction()
275 PyMem_Free((void *)dst_path); in _winapi_CreateJunction()
/third_party/flutter/engine/flutter/tools/fuchsia/
Dbuild_fuchsia_artifacts.py100 dst_path = os.path.join(dest_parent, dst_name)
101 CopyPath(found, dst_path)
/third_party/python/Doc/library/
Daudit_events.rst33 | _winapi.CreateJunction | ``src_path``, ``dst_path`` |
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.h42 char dst_path[32]; /* Destination path - including member
Dusb_dev.c1982 strlcpy(ps->dst_path, target, sizeof(ps->dst_path)); in usb_alloc_symlink()
1983 ps->dst_len = strlen(ps->dst_path); in usb_alloc_symlink()
2077 error = copyout(ps->dst_path, in usb_read_symlink()
/third_party/cef/tools/
Dmake_distrib.py219 dst_path = os.path.dirname(dst)
220 make_dir(dst_path, quiet)
245 dst_path = os.path.dirname(dst)
246 make_dir(dst_path, quiet)
250 readme = os.path.join(dst_path, 'README-TRANSFER.txt')
/third_party/ffmpeg/libavcodec/
Dmlpenc.c2014 PathCounter *dst_path = &path_counter[codebook]; in set_best_codebook() local
2038 if (src_path != dst_path) in set_best_codebook()
2039 memcpy(dst_path, src_path, sizeof(PathCounter)); in set_best_codebook()
2040 if (dst_path->cur_idx < FF_ARRAY_ELEMS(dst_path->path) - 1) in set_best_codebook()
2041 dst_path->path[++dst_path->cur_idx] = codebook; in set_best_codebook()
2042 dst_path->bitcount = temp_bitcount; in set_best_codebook()
/third_party/python/Modules/
D_winapi.c539 LPCWSTR dst_path) in _winapi_CreateJunction_impl() argument
556 if (src_path == NULL || dst_path == NULL) in _winapi_CreateJunction_impl()
562 if (PySys_Audit("_winapi.CreateJunction", "uu", src_path, dst_path) < 0) { in _winapi_CreateJunction_impl()
642 if (!CreateDirectoryW(dst_path, NULL)) in _winapi_CreateJunction_impl()
645 junction = CreateFileW(dst_path, GENERIC_READ | GENERIC_WRITE, 0, NULL, in _winapi_CreateJunction_impl()
/third_party/ltp/testcases/kernel/power_management/lib/
Dpm_sched_mc.py375 dst_path = "/root"
392 os.chdir(dst_path)
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h30974 u32 dst_path; member