/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/ |
sysdeps.h | 114 extern int adb_creat(const char* path, int mode); 402 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...] |