Searched refs:systemPath (Results 1 – 2 of 2) sorted by relevance
340 char const *systemPath = "pages/system"; in SetBlockPage() local342 if (strstr(path.c_str(), systemPath) != NULL || in SetBlockPage()
374 for (string systemPath : systemPaths) { in SetBlockPage() local375 if (path.find(systemPath) != string::npos) { in SetBlockPage()