Home
last modified time | relevance | path

Searched refs:dir_arg (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
Dinstall-sh69 dir_arg=
103 -d) dir_arg=true
141 test -n "$dir_arg$dstarg" && break
158 if test -z "$dir_arg"; then
174 if test -n "$dir_arg"; then
249 if test -n "$dir_arg"; then
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dexecutors.py18 dir_arg = '-d' if is_dir else ''
19 cmd = 'mktemp -q {} /data/local/tmp/libcxx.XXXXXXXXXX'.format(dir_arg)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dexecutor.py166 dir_arg = '-d' if is_dir else ''
167 cmd = 'mktemp -q {} /tmp/libcxx.XXXXXXXXXX'.format(dir_arg)