HomeSort by relevance Sort by last modified time
    Searched refs:fakeLogOpen (Results 1 - 3 of 3) sorted by null

  /system/core/liblog/
fake_log_device.h 26 LIBLOG_HIDDEN int fakeLogOpen(const char* pathName, int flags);
fake_writer.c 58 logFds[i] = fakeLogOpen(buf, O_WRONLY);
60 fprintf(stderr, "fakeLogOpen(%s, O_WRONLY) failed\n", buf);
fake_log_device.c 688 LIBLOG_HIDDEN int fakeLogOpen(const char* pathName, int flags) {

Completed in 316 milliseconds