Searched refs:adb_creat (Results 1 – 4 of 4) sorted by relevance
101 extern int adb_creat(const char* path, int mode);541 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()
1260 unique_fd outFd(adb_creat(filename, 0640)); in backup()