Searched refs:adb_open_mode (Results 1 – 2 of 2) sorted by relevance
/packages/modules/adb/daemon/ |
D | file_sync_service.cpp | 363 fd.reset(adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode)); in handle_send_file() 370 fd.reset(adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode)); in handle_send_file() 373 fd.reset(adb_open_mode(path, O_WRONLY | O_CLOEXEC, mode)); in handle_send_file()
|
/packages/modules/adb/ |
D | sysdeps.h | 155 static inline int adb_open_mode(const char* path, int options, int mode) { in adb_open_mode() function 466 static inline int adb_open_mode(const char* pathname, int options, int mode) { in adb_open_mode() function
|