Searched refs:adb_creat (Results 1 - 5 of 5) sorted by relevance

/system/core/adb/
H A Dservices.c85 fd = adb_creat("/tmp/update", 0644);
106 fd = adb_creat("/tmp/update.begin", 0644);
H A Dsysdeps.h114 extern int adb_creat(const char* path, int mode);
387 static __inline__ int adb_creat(const char* path, int mode) function
H A Dcommandline.c712 outFd = adb_creat(filename, 0640);
H A Dfile_sync_client.c467 lfd = adb_creat(lpath, 0644);
H A Dsysdeps_win32.c362 int adb_creat(const char* path, int mode) function
378 D( "adb_creat: could not open '%s':", path );
397 D( "adb_creat: '%s' => fd %d\n", path, _fh_to_int(f) );

Completed in 760 milliseconds