Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_linux_client.cpp405 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()
Dsysdeps.h215 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
Dtransport_local.cpp188 #define open adb_open
Dshell_service.cpp113 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()
Dfile_sync_service.cpp353 int fd = adb_open(path, O_RDONLY | O_CLOEXEC); in do_recv()
Dcommandline.cpp1300 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()
Dfile_sync_client.cpp224 int lfd = adb_open(lpath, O_RDONLY); in SendLargeFile()
Dsysdeps_win32.cpp382 int adb_open(const char* path, int options) in adb_open() function