Searched defs:adb_open (Results 1 - 2 of 2) sorted by path

/system/core/adb/
H A Dsysdeps.h113 extern int adb_open(const char* path, int options);
144 return adb_open(path, options);
332 static __inline__ int adb_open( const char* pathname, int options ) function
H A Dsysdeps_win32.c303 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) );

Completed in 223 milliseconds