Searched refs:adb_creat (Results 1 – 4 of 4) sorted by relevance
103 extern int adb_creat(const char* path, int mode);573 static inline int adb_creat(const char* path, int mode) { in adb_creat() function
407 int adb_creat(const char* path, int mode) { in adb_creat() function
1088 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv_v1()1145 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv_v2()
1261 unique_fd outFd(adb_creat(filename, 0640)); in backup()