/system/core/adb/ |
file_sync_service.c | 157 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL, mode); 160 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL, mode); 163 fd = adb_open_mode(path, O_WRONLY, mode);
|
sysdeps.h | 142 static __inline__ int adb_open_mode(const char* path, int options, int mode) function 341 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) function
|
/bootable/recovery/minadbd/ |
sysdeps.h | 141 static __inline__ int adb_open_mode(const char* path, int options, int mode) function 322 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) function
|