HomeSort by relevance Sort by last modified time
    Searched defs:adb_open (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minadbd/
sysdeps.h 112 extern int adb_open(const char* path, int options);
143 return adb_open(path, options);
340 static __inline__ int adb_open( const char* pathname, int options ) function
  /system/core/adb/
sysdeps.h 113 extern int adb_open(const char* path, int options);
144 return adb_open(path, options);
347 static __inline__ int adb_open( const char* pathname, int options ) function
sysdeps_win32.c 303 int adb_open(const char* path, int options) function
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) );
    [all...]

Completed in 198 milliseconds