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.cpp 156 int fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
162 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
165 fd = adb_open_mode(path, O_WRONLY | O_CLOEXEC, mode);
sysdeps.h 250 // See the comments for the !defined(_WIN32) version of adb_open_mode().
251 static __inline__ int adb_open_mode(const char* path, int options, int mode) function
521 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) function
556 // Closes a file descriptor that came from adb_open() or adb_open_mode(), but

Completed in 259 milliseconds