Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp500 StreamString cp_command; in GetFile() local
501 cp_command.Printf("cp %s %s", src_path.c_str(), dst_path.c_str()); in GetFile()
503 RunShellCommand(cp_command.GetData(), NULL, &status, NULL, NULL, in GetFile()