Searched refs:adb_open_mode (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | file_sync_service.c | 157 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL, mode); in handle_send_file() 160 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL, mode); in handle_send_file() 163 fd = adb_open_mode(path, O_WRONLY, mode); in handle_send_file()
|
D | sysdeps.h | 141 static __inline__ int adb_open_mode(const char* path, int options, int mode) in adb_open_mode() function 322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) in adb_open_mode() function
|
D | commandline.c | 605 outFd = adb_open_mode(filename, O_WRONLY | O_CREAT | O_TRUNC, 0640); in backup()
|