Home
last modified time | relevance | path

Searched refs:fakeLogOpen (Results 1 – 3 of 3) sorted by relevance

/system/core/liblog/
Dfake_log_device.h26 LIBLOG_HIDDEN int fakeLogOpen(const char *pathName, int flags);
Dfake_writer.c51 logFds[i] = fakeLogOpen(buf, O_WRONLY); in fakeOpen()
Dfake_log_device.c682 LIBLOG_HIDDEN int fakeLogOpen(const char *pathName, int flags) in fakeLogOpen() function