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

  /system/core/adb/
sysdeps.h 215 extern int adb_open(const char* path, int options);
253 return adb_open(path, options);
265 // will work but adb_open() FDs will not. Additionally the OS handle associated
519 // Similar to the two-argument adb_open(), but takes a mode parameter for file
520 // creation. See adb_open() for more info.
534 static __inline__ int adb_open( const char* pathname, int options ) function
556 // Closes a file descriptor that came from adb_open() or adb_open_mode(), but
558 // for adb_open() for more info.
sysdeps_win32.cpp 382 int adb_open(const char* path, int options) function
400 D("adb_open: invalid options (0x%0x)", options);
420 D( "adb_open: could not open '%s': ", path );
440 D( "adb_open: '%s' => fd %d", path, _fh_to_int(f) );
    [all...]

Completed in 186 milliseconds