OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE64BIT
(Results
1 - 2
of
2
) sorted by null
/development/scripts/
gdbclient
124
local
USE64BIT
=""
127
USE64BIT
="64"
131
if [ -n "$IS_TAPAS_USER" -a ! -f "$SYMBOLS_DIR/system/bin/linker$
USE64BIT
" ]; then
132
adb pull /system/bin/linker$
USE64BIT
$SYMBOLS_DIR/system/bin/linker$
USE64BIT
162
adb shell gdbserver$
USE64BIT
:$PORT --attach $PID &
171
local OUT_SO_SYMBOLS=$SYMBOLS_DIR/system/lib$
USE64BIT
172
local TAPAS_OUT_SO_SYMBOLS=$TAPAS_SYMBOLS_DIR/system/lib$
USE64BIT
173
local OUT_VENDOR_SO_SYMBOLS=$SYMBOLS_DIR/vendor/lib$
USE64BIT
/build/
envsetup.sh
1109
local
USE64BIT
="$(is64bit $PID)"
1110
adb shell debuggerd$
USE64BIT
-b $PID
[
all
...]
Completed in 513 milliseconds