OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
542
static __inline__ int
adb_open_mode
( const char* pathname, int options, int mode )
function
577
// Closes a file descriptor that came from adb_open() or
adb_open_mode
(), but
Completed in 131 milliseconds