Home
last modified time | relevance | path

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

/external/pigweed/pw_toolchain/
Duniversal_tools.gni19 cp_command = "cp -af {{source}} {{output}}"
26 command = "cmd /c \"($cp_command > NUL 2>&1) || ($fallback_command)\""
/external/toolchain-utils/crosperf/
Dsuite_runner.py211 cp_command = '%s -mq cp -r %s %s' % (gsutil_cmd, result_dir, download_path)
234 status = self._ce.RunCommand(cp_command)
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/
DPlatformPOSIX.cpp171 StreamString cp_command; in GetFile() local
172 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()