Searched refs:adb_open (Results 1 – 10 of 10) sorted by relevance
/system/core/adb/ |
D | disable_verity_service.c | 56 data_device = adb_open(blk_device, O_RDONLY | O_CLOEXEC); in get_target_device_size() 90 device = adb_open(block_device, O_RDWR | O_CLOEXEC); in disable_verity()
|
D | sysdeps.h | 114 extern int adb_open(const char* path, int options); 145 return adb_open(path, options); in adb_open_mode() 350 static __inline__ int adb_open( const char* pathname, int options ) in adb_open() function
|
D | usb_linux_client.c | 269 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR); in init_functionfs() 288 h->bulk_out = adb_open(USB_FFS_ADB_OUT, O_RDWR); in init_functionfs() 294 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR); in init_functionfs()
|
D | transport_local.c | 199 #define open adb_open
|
D | file_sync_service.c | 391 fd = adb_open(path, O_RDONLY | O_CLOEXEC);
|
D | services.c | 193 int fd = adb_open("/proc/self/oom_score_adj", O_WRONLY | O_CLOEXEC); in init_subproc_child()
|
D | commandline.c | 935 tarFd = adb_open(filename, O_RDONLY); in restore() 2032 int localFd = adb_open(file, O_RDONLY); in install_multiple_app()
|
D | file_sync_client.c | 234 lfd = adb_open(path, O_RDONLY); in write_data_file()
|
D | adb.c | 164 #define open adb_open
|
D | sysdeps_win32.c | 304 int adb_open(const char* path, int options) in adb_open() function
|