Home | History | Annotate | Download | only in ndk

Lines Matching refs:decode

314     return text.decode('ascii').replace('\r', '').splitlines()[0]
327 return text.decode('ascii').replace('\r', '').splitlines()[0]
420 return retval, text.decode('ascii').replace('\r', '').rstrip()
540 ).decode('ascii').replace('\r', '').splitlines()[0]
821 gdbhelp = subprocess.check_output([GDBCLIENT, '--help']).decode('ascii')