Home
last modified time | relevance | path

Searched refs:adb_open (Results 1 – 8 of 8) sorted by relevance

/system/core/adb/daemon/
Dusb.cpp259 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/
Dsysdeps.h193 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
Dcommandline.cpp865 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()
Dtransport_local.cpp289 #define open adb_open
Dfile_sync_service.cpp410 int fd = adb_open(path, O_RDONLY | O_CLOEXEC); in do_recv()
Dshell_service.cpp406 int child_fd = adb_open(pts_name, O_RDWR | O_CLOEXEC); in OpenPtyChildFd()
Dfile_sync_client.cpp435 int lfd = adb_open(lpath, O_RDONLY); in SendLargeFile()
Dsysdeps_win32.cpp320 int adb_open(const char* path, int options) in adb_open() function