Lines Matching refs:DATA_DIR
697 retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'])698 if retcode or DATA_DIR == '':701 log("Found data directory: '%s'" % (DATA_DIR))771 ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],