Searched defs:adb_creat (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
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 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 24 milliseconds