HomeSort by relevance Sort by last modified time
    Searched refs:adb_open (Results 1 - 9 of 9) 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 112 extern int adb_open(const char* path, int options);
143 return adb_open(path, options);
328 static __inline__ int adb_open( const char* pathname, int options ) function
file_sync_service.c 324 fd = adb_open(path, O_RDONLY);
transport_local.c 196 #define open adb_open
services.c 312 int fd = adb_open(text, O_WRONLY);
file_sync_client.c 214 lfd = adb_open(path, O_RDONLY);
322 lfd = adb_open(lpath, O_RDONLY);
adb.c 148 #define open adb_open
    [all...]
commandline.c 745 tarFd = adb_open(filename, O_RDONLY);
    [all...]
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 82 milliseconds