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

/system/core/adb/
H A Dsysdeps.h135 extern int adb_creat(const char* path, int mode);
401 static __inline__ int adb_creat(const char* path, int mode) function
H A Dfile_sync_client.cpp469 lfd = adb_creat(lpath, 0644);
H A Dcommandline.cpp785 int outFd = adb_creat(filename, 0640);
H A Dsysdeps_win32.cpp388 int adb_creat(const char* path, int mode) function
404 D( "adb_creat: could not open '%s':", path );
423 D( "adb_creat: '%s' => fd %d\n", path, _fh_to_int(f) );

Completed in 417 milliseconds