Searched refs:markerPath (Results 1 – 1 of 1) sorted by relevance
241 const auto markerPath = path::c_str(path::join(root, constants().readLogsDisabledMarkerName)); in checkReadLogsDisabledMarker() local243 return (::stat(markerPath, &st) == 0); in checkReadLogsDisabledMarker()