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

/system/core/adb/
H A Dqemu_tracing.cpp33 #define open adb_open
H A Dset_verity_enable_state_service.cpp53 data_device = adb_open(blk_device, O_RDONLY | O_CLOEXEC);
95 device = adb_open(block_device, O_RDWR | O_CLOEXEC);
H A Dsysdeps.h134 extern int adb_open(const char* path, int options);
163 return adb_open(path, options);
346 static __inline__ int adb_open( const char* pathname, int options ) function
H A Dusb_linux_client.cpp290 h->control = adb_open(USB_FFS_ADB_EP0, O_RDWR);
319 h->bulk_out = adb_open(USB_FFS_ADB_OUT, O_RDWR);
325 h->bulk_in = adb_open(USB_FFS_ADB_IN, O_RDWR);
H A Dtransport_local.cpp177 #define open adb_open
H A Dfile_sync_service.cpp379 fd = adb_open(path, O_RDONLY | O_CLOEXEC);
H A Dservices.cpp233 int fd = adb_open("/proc/self/oom_score_adj", O_WRONLY | O_CLOEXEC);
H A Dcommandline.cpp819 int tarFd = adb_open(filename, O_RDONLY);
1677 int localFd = adb_open(file, O_RDONLY);
H A Dfile_sync_client.cpp232 lfd = adb_open(path, O_RDONLY);
H A Dsysdeps_win32.cpp329 int adb_open(const char* path, int options) function
347 D("adb_open: invalid options (0x%0x)\n", options);
363 D( "adb_open: could not open '%s':", path );
383 D( "adb_open: '%s' => fd %d\n", path, _fh_to_int(f) );

Completed in 77 milliseconds