Home
last modified time | relevance | path

Searched refs:pathName (Results 1 – 2 of 2) sorted by relevance

/system/core/liblog/
Dfake_log_device.cpp178 static void configureInitialState(const char* pathName, LogState* logState) { in configureInitialState() argument
181 strncpy(logState->debugName, pathName, sizeof(logState->debugName)); in configureInitialState()
185 if (!strcmp(pathName + kDevLogLen, "events") || !strcmp(pathName + kDevLogLen, "security")) { in configureInitialState()
634 int fakeLogOpen(const char* pathName) { in fakeLogOpen() argument
642 configureInitialState(pathName, logState); in fakeLogOpen()
Dfake_log_device.h28 int fakeLogOpen(const char* pathName);