OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adb_open_mode
(Results
1 - 3
of
3
) sorted by null
/system/core/adb/
file_sync_service.c
186
fd =
adb_open_mode
(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
193
fd =
adb_open_mode
(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
197
fd =
adb_open_mode
(path, O_WRONLY | O_CLOEXEC, mode);
sysdeps.h
143
static __inline__ int
adb_open_mode
(const char* path, int options, int mode)
function
344
static __inline__ int
adb_open_mode
( const char* pathname, int options, int mode )
function
/bootable/recovery/minadbd/
sysdeps.h
141
static __inline__ int
adb_open_mode
(const char* path, int options, int mode)
function
322
static __inline__ int
adb_open_mode
( const char* pathname, int options, int mode )
function
Completed in 261 milliseconds