/third_party/flutter/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)
|
/third_party/skia/infra/bots/ |
D | zip_utils.py | 71 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/ |
D | nir_lower_var_copies.c | 107 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()
|
D | nir_opt_find_array_copies.c | 426 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()
|
D | nir_split_vars.c | 650 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/ |
D | make_skia_include_dir.py | 37 dst_path = os.path.abspath(symlink_path) 38 print("symlink path is: " + dst_path) 39 subprocess.run(['ln', '-sf', dst_path, src_path])
|
D | BUILD.gn | 36 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/ |
D | make_data_cpp.py | 31 def convert(fmt, name, src_path, dst_path): argument 35 with open(dst_path, 'w') as o:
|
/third_party/flutter/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:
|
/third_party/libpng/ |
D | install.py | 33 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.h | 230 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/ |
D | build_fuchsia_artifacts.py | 100 dst_path = os.path.join(dest_parent, dst_name) 101 CopyPath(found, dst_path)
|
/third_party/python/Doc/library/ |
D | audit_events.rst | 33 | _winapi.CreateJunction | ``src_path``, ``dst_path`` |
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.h | 42 char dst_path[32]; /* Destination path - including member
|
D | usb_dev.c | 1982 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/ |
D | make_distrib.py | 219 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/ |
D | mlpenc.c | 2014 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.c | 539 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/ |
D | pm_sched_mc.py | 375 dst_path = "/root" 392 os.chdir(dst_path)
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 30974 u32 dst_path; member
|