Home | History | Annotate | Download | only in android

Lines Matching refs:Specify

231 specify it.
253 also use --ndk-dir=<path> to specify an alternative NDK installation
267 You can restrict this search by using --release or --debug to specify the
268 build type, or simply use --symbol-dir=<path> to specify the file manually.
275 --gdb and --symbol-lib options to specify everything manually.
277 An alternative to --gdb=<file> is to use --toollchain=<path> to specify
292 But you can use the --pull-libs-dir=<path> option to specify an
308 --symbol-dir=<path> Specify directory with symbol shared libraries.
309 --out-dir=<path> Specify the out directory.
310 --package-name=<name> Specify package name (alternative to 1st argument).
311 --program-name=<name> Specify program name (cosmetic only).
312 --pid=<pid> Specify application process pid.
318 --script=<file> Specify extra GDB init script.
320 --gdbserver=<file> Specify target gdbserver binary.
321 --gdb=<file> Specify host gdb client binary.
322 --target-arch=<name> Specify NDK target arch.
323 --adb=<file> Specify host ADB binary.
331 --libs-dir=<path> Specify system libraries extraction directory.
341 panic "Please specify a package name on the command line. See --help."
547 # Be flexible, allow one to specify either the install path or the bin
576 panic "Can't find NDK gdbserver binary. use --gdbserver to specify \
598 panic "Your 'adb' tool seems invalid, use --adb=<file> to specify a \
607 echo "Please define ANDROID_SERIAL to specify which one to use."