Searched refs:cp_command (Results 1 – 3 of 3) sorted by relevance
19 cp_command = "cp -af {{source}} {{output}}"26 command = "cmd /c \"($cp_command > NUL 2>&1) || ($fallback_command)\""
211 cp_command = '%s -mq cp -r %s %s' % (gsutil_cmd, result_dir, download_path)234 status = self._ce.RunCommand(cp_command)
171 StreamString cp_command; in GetFile() local172 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in GetFile()174 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile()