Searched refs:adb_open_mode (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dfile_sync_service.cpp183 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
190 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
194 fd = adb_open_mode(path, O_WRONLY | O_CLOEXEC, mode);
H A Dsysdeps.h161 static __inline__ int adb_open_mode(const char* path, int options, int mode) function
340 static __inline__ int adb_open_mode( const char* pathname, int options, int mode ) function

Completed in 41 milliseconds