Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.cpp179 static const int kDevLogLen = sizeof("/dev/log/") - 1; in configureInitialState() local
185 if (!strcmp(pathName + kDevLogLen, "events") || !strcmp(pathName + kDevLogLen, "security")) { in configureInitialState()