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

  /bootable/recovery/minadbd/
services.c 54 fd = adb_creat(ADB_SIDELOAD_FILENAME, 0644);
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/
services.c 85 fd = adb_creat("/tmp/update", 0644);
106 fd = adb_creat("/tmp/update.begin", 0644);
sysdeps.h 114 extern int adb_creat(const char* path, int mode);
403 static __inline__ int adb_creat(const char* path, int mode) function
commandline.c 727 outFd = adb_creat(filename, 0640);
    [all...]
file_sync_client.c 467 lfd = adb_creat(lpath, 0644);
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 138 milliseconds