Searched refs:adb_open (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/ |
D | usb_linux_client.cpp | 405 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR); in init_functionfs() 434 h->bulk_out = adb_open(USB_FFS_ADB_OUT, O_RDWR); in init_functionfs() 440 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR); in init_functionfs() 594 dummy_fd = adb_open("/dev/null", O_WRONLY); in usb_init()
|
D | sysdeps.h | 215 extern int adb_open(const char* path, int options); 253 return adb_open(path, options); in adb_open_mode() 555 static __inline__ int adb_open( const char* pathname, int options ) in adb_open() function
|
D | transport_local.cpp | 188 #define open adb_open
|
D | shell_service.cpp | 113 int fd = adb_open("/proc/self/oom_score_adj", O_WRONLY | O_CLOEXEC); in init_subproc_child() 416 int child_fd = adb_open(pts_name, O_RDWR | O_CLOEXEC); in OpenPtyChildFd()
|
D | file_sync_service.cpp | 353 int fd = adb_open(path, O_RDONLY | O_CLOEXEC); in do_recv()
|
D | commandline.cpp | 1300 int tarFd = adb_open(filename, O_RDONLY); in restore() 2005 int localFd = adb_open(file, O_RDONLY); in install_app() 2121 int localFd = adb_open(file, O_RDONLY); in install_multiple_app()
|
D | file_sync_client.cpp | 224 int lfd = adb_open(lpath, O_RDONLY); in SendLargeFile()
|
D | sysdeps_win32.cpp | 382 int adb_open(const char* path, int options) in adb_open() function
|