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

  /system/core/adb/
file_sync_service.c 157 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL, mode);
160 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL, mode);
163 fd = adb_open_mode(path, O_WRONLY, mode);
sysdeps.h 140 static __inline__ int adb_open_mode(const char* path, int options, int mode) function
314 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) function

Completed in 36 milliseconds