Home
last modified time | relevance | path

Searched refs:adb_creat (Results 1 – 4 of 4) sorted by relevance

/packages/modules/adb/
Dsysdeps.h103 extern int adb_creat(const char* path, int mode);
573 static inline int adb_creat(const char* path, int mode) { in adb_creat() function
Dsysdeps_win32.cpp407 int adb_creat(const char* path, int mode) { in adb_creat() function
/packages/modules/adb/client/
Dfile_sync_client.cpp1088 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv_v1()
1145 unique_fd lfd(adb_creat(lpath, 0644)); in sync_recv_v2()
Dcommandline.cpp1261 unique_fd outFd(adb_creat(filename, 0640)); in backup()