Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 2 of 2) sorted by relevance

/scripts/
A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
[all …]
A Ddso-ordering-test.py320 for dst in dst_objs:
323 if not dst in curr_map[src]:
324 curr_map[src].append(dst)

Completed in 6 milliseconds