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