Home
last modified time | relevance | path

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

/scripts/
A Dinstall-sh79 src=
246 for src
249 case $src in
250 -* | [=\(\)!]) src=./$src;;
254 dst=$src
263 if test ! -f "$src" && test ! -d "$src"; then
264 echo "$0: $src does not exist." >&2
281 dstbase=`basename "$src"`
454 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
460 # errors from the above "$doit $cpprog $src $dsttmp" command.
A Ddso-ordering-test.py319 for src in src_objs:
321 if not src in curr_map:
322 curr_map[src] = []
323 if not dst in curr_map[src]:
324 curr_map[src].append(dst)

Completed in 6 milliseconds