HomeSort by relevance Sort by last modified time
    Searched refs:adb_open (Results 1 - 10 of 10) 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 113 extern int adb_open(const char* path, int options);
144 return adb_open(path, options);
348 static __inline__ int adb_open( const char* pathname, int options ) function
usb_linux_client.c 268 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR);
286 h->bulk_out = adb_open(USB_FFS_ADB_OUT, O_RDWR);
292 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR);
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);
commandline.c 762 tarFd = adb_open(filename, O_RDONLY);
    [all...]
adb.c 160 #define open adb_open
    [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 103 milliseconds