Home
last modified time | relevance | path

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

/system/core/adb/
Ddisable_verity_service.c56 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()
Dsysdeps.h114 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
Dusb_linux_client.c269 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()
Dtransport_local.c199 #define open adb_open
Dfile_sync_service.c391 fd = adb_open(path, O_RDONLY | O_CLOEXEC);
Dservices.c193 int fd = adb_open("/proc/self/oom_score_adj", O_WRONLY | O_CLOEXEC); in init_subproc_child()
Dcommandline.c935 tarFd = adb_open(filename, O_RDONLY); in restore()
2032 int localFd = adb_open(file, O_RDONLY); in install_multiple_app()
Dfile_sync_client.c234 lfd = adb_open(path, O_RDONLY); in write_data_file()
Dadb.c164 #define open adb_open
Dsysdeps_win32.c304 int adb_open(const char* path, int options) in adb_open() function