Searched refs:DATA_DIR (Results 1 – 2 of 2) sorted by relevance
617 adb_var_shell2 DATA_DIR run-as $PACKAGE_NAME /system/bin/sh -c pwd618 if [ $? != 0 -o -z "$DATA_DIR" ] ; then623 log "Found data directory: '$DATA_DIR'"701 run adb_cmd forward tcp:$DEBUG_PORT localfilesystem:$DATA_DIR/$DEBUG_SOCKET
637 retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'])638 if retcode or DATA_DIR == '':641 log("Found data directory: '%s'" % (DATA_DIR))711 … ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],