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

/system/core/adb/
H A Dsysdeps.h114 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
H A Dsysdeps_win32.c304 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) );

Completed in 73 milliseconds