Searched refs:executeUploadCommand (Results 1 – 1 of 1) sorted by relevance
79 executeUploadCommand(file, "gsutil", "cp", file.getAbsolutePath(), uploadUrl); in uploadFile()88 executeUploadCommand( in uploadFile()106 private void executeUploadCommand(File file, String... cmdArgs) { in executeUploadCommand() method in TestOutputUploader