Searched refs:gcsInfraLogBucketName (Results 1 – 1 of 1) sorted by relevance
401 String gcsInfraLogBucketName = systemConfigProp.getProperty("gcs.infraLogBucketName"); in getScreenInfraLogPath() local402 return infraLogPath.replace("gs://" + gcsInfraLogBucketName + "/", ""); in getScreenInfraLogPath()