Searched refs:adb_open_mode (Results 1 – 2 of 2) sorted by relevance
/system/core/adb/ |
D | file_sync_service.cpp | 208 int fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode); in handle_send_file() 214 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode); in handle_send_file() 217 fd = adb_open_mode(path, O_WRONLY | O_CLOEXEC, mode); in handle_send_file()
|
D | sysdeps.h | 165 static __inline__ int adb_open_mode(const char* path, int options, int mode) in adb_open_mode() function 412 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode() function
|