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 114 extern int adb_open(const char* path, int options);
145 return adb_open(path, options);
350 static __inline__ int adb_open( const char* pathname, int options ) function
sysdeps_win32.c 304 int adb_open(const char* path, int options) function
322 D("adb_open: invalid options (0x%0x)\n", options);
338 D( "adb_open: could not open '%s':", path );
358 D( "adb_open: '%s' => fd %d\n", path, _fh_to_int(f) );
    [all...]

Completed in 528 milliseconds