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