Home | History | Annotate | Download | only in adb

Lines Matching refs:adb_open

303 int  adb_open(const char*  path, int  options)
321 D("adb_open: invalid options (0x%0x)\n", options);
337 D( "adb_open: could not open '%s':", path );
357 D( "adb_open: '%s' => fd %d\n", path, _fh_to_int(f) );