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

  /system/core/adb/
services.c 84 fd = adb_creat("/tmp/update", 0644);
105 fd = adb_creat("/tmp/update.begin", 0644);
sysdeps.h 112 extern int adb_creat(const char* path, int mode);
375 static __inline__ int adb_creat(const char* path, int mode) function
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 3647 milliseconds