Searched refs:cp_command (Results 1 – 1 of 1) sorted by relevance
174 StreamString cp_command; in GetFile() local175 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in GetFile()177 RunShellCommand(cp_command.GetData(), FileSpec(), &status, nullptr, nullptr, in GetFile()