Searched refs:adb_open (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/daemon/ |
D | usb.cpp | 259 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR); in init_functionfs() 290 h->bulk_out = adb_open(USB_FFS_ADB_OUT, O_RDWR); in init_functionfs() 296 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR); in init_functionfs() 460 dummy_fd = adb_open("/dev/null", O_WRONLY); in usb_init()
|
/system/core/adb/ |
D | sysdeps.h | 193 extern int adb_open(const char* path, int options); 232 return adb_open(path, options); in adb_open_mode() 496 static __inline__ int adb_open( const char* pathname, int options ) in adb_open() function
|
D | commandline.cpp | 865 unique_fd package_fd(adb_open(filename, O_RDONLY)); in adb_sideload_host() 1248 int tarFd = adb_open(filename, O_RDONLY); in restore() 2015 int localFd = adb_open(file, O_RDONLY); in install_app() 2133 int localFd = adb_open(file, O_RDONLY); in install_multiple_app()
|
D | transport_local.cpp | 289 #define open adb_open
|
D | file_sync_service.cpp | 410 int fd = adb_open(path, O_RDONLY | O_CLOEXEC); in do_recv()
|
D | shell_service.cpp | 406 int child_fd = adb_open(pts_name, O_RDWR | O_CLOEXEC); in OpenPtyChildFd()
|
D | file_sync_client.cpp | 435 int lfd = adb_open(lpath, O_RDONLY); in SendLargeFile()
|
D | sysdeps_win32.cpp | 320 int adb_open(const char* path, int options) in adb_open() function
|