HomeSort by relevance Sort by last modified time
    Searched defs:adb_creat (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minadbd/
sysdeps.h 113 extern int adb_creat(const char* path, int mode);
327 static __inline__ int adb_creat(const char* path, int mode) function
  /system/core/adb/
sysdeps.h 114 extern int adb_creat(const char* path, int mode);
403 static __inline__ int adb_creat(const char* path, int mode) function
sysdeps_win32.c 362 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) );
    [all...]

Completed in 40 milliseconds