Searched refs:dst_name (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/distutils/ |
D | dir_util.py | 141 dst_name = os.path.join(dst, n) 150 log.info("linking %s -> %s", dst_name, link_dest) 152 os.symlink(link_dest, dst_name) 153 outputs.append(dst_name) 157 copy_tree(src_name, dst_name, preserve_mode, 161 copy_file(src_name, dst_name, preserve_mode, 164 outputs.append(dst_name)
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-udpsender.c | 61 char *dst_name; member 187 udp_p->dst_name = strdup(optarg); in parse_options() 188 if (udp_p->dst_name == NULL) in parse_options() 243 if (udp_p->dst_name == NULL) in parse_options() 303 err = getaddrinfo(udp_p->dst_name, udp_p->dst_port, &hints, &res); in create_udp_datagram()
|
/third_party/flutter/engine/flutter/tools/fuchsia/ |
D | build_fuchsia_artifacts.py | 95 def FindFileAndCopyTo(file_name, source, dest_parent, dst_name=None): argument 97 if not dst_name: 98 dst_name = file_name 100 dst_path = os.path.join(dest_parent, dst_name)
|
/third_party/musl/src/time/ |
D | __tz.c | 26 static char dst_name[TZNAME_MAX+1]; variable 243 getname(dst_name, &s); in do_tzset() 244 __tzname[1] = dst_name; in do_tzset() 245 if (dst_name[0]) { in do_tzset()
|
/third_party/musl/porting/linux/user/src/time/ |
D | __tz.c | 46 static char dst_name[TZNAME_MAX+1]; variable 328 getname(dst_name, &s); in do_tzset() 329 __tzname[1] = dst_name; in do_tzset() 330 if (dst_name[0]) { in do_tzset()
|
/third_party/openGLES/extensions/NV/ |
D | NV_copy_image.txt | 221 4 CARD32 dst_name 243 4 CARD32 dst_name
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_copy_image.txt | 221 4 CARD32 dst_name 243 4 CARD32 dst_name
|
/third_party/libdrm/intel/ |
D | intel_decode.c | 902 char dst_name[100]; in i915_decode_tex() local 906 i915_get_instruction_dst(ctx->data, i, dst_name, 0); in i915_decode_tex() 912 tex_name, dst_name, sampler_nr, addr_name); in i915_decode_tex()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | main.cpp | 592 string dst_name; member 969 compiler.set_name(itr->id, remap.dst_name); in remap_generic()
|