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

Completed in 85 milliseconds