Home | History | Annotate | Download | only in ndk

Lines Matching refs:DATA_DIR

664     retcode,DATA_DIR = adb_var_shell2(['run-as', PACKAGE_NAME, '/system/bin/sh', '-c', 'pwd'])
665 if retcode or DATA_DIR == '':
668 log("Found data directory: '%s'" % (DATA_DIR))
738 ['forward', 'tcp:%d' % (DEBUG_PORT), 'localfilesystem:%s/%s' % (DATA_DIR,DEBUG_SOCKET)],