Searched refs:pathParts (Results 1 – 1 of 1) sorted by relevance
129 String[] pathParts = parseGcsPath(remotePath); in downloadFile() local130 downloadFile(pathParts[0], pathParts[1], destFile); in downloadFile()148 String[] pathParts = parseGcsPath(remotePath); in isFresh() local149 String bucketName = pathParts[0]; in isFresh()150 String remoteFilename = pathParts[1]; in isFresh()