Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.h24 int fakeLogOpen(const char *pathName, int flags);
Dlogd_write_kern.c49 #define log_open(pathname, flags) fakeLogOpen(pathname, flags)
Dlogd_write.c104 log_fds[i] = fakeLogOpen(buf, O_WRONLY); in __write_to_log_initialize()
Dfake_log_device.c673 int fakeLogOpen(const char *pathName, int flags) in fakeLogOpen() function