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 206 int fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
218 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
221 fd = adb_open_mode(path, O_WRONLY | O_CLOEXEC, mode);
sysdeps.h 150 // See the comments for the !defined(_WIN32) version of adb_open_mode().
151 static __inline__ int adb_open_mode(const char* path, int options, int mode) function
398 static __inline__ int adb_open_mode( const char* pathname, int options, int mode )
429 // Closes a file descriptor that came from adb_open() or adb_open_mode(), but

Completed in 53 milliseconds