Home
last modified time | relevance | path

Searched refs:cp_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp174 StreamString cp_command; in GetFile() local
175 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()