Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h115 extern int adb_creat(const char* path, int mode);
479 static __inline__ int adb_creat(const char* path, int mode) in adb_creat() function
Dfile_sync_client.cpp738 int lfd = adb_creat(lpath, 0644); in sync_recv()
Dcommandline.cpp1187 int outFd = adb_creat(filename, 0640); in backup()
Dsysdeps_win32.cpp383 int adb_creat(const char* path, int mode) in adb_creat() function