MCPcopy Create free account
hub / github.com/Kitware/CMake / SetWorkingDirectory

Method SetWorkingDirectory

Source/CTest/cmProcess.cxx:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void cmProcess::SetWorkingDirectory(std::string const& dir)
49{
50 this->WorkingDirectory = dir;
51}
52
53bool cmProcess::StartProcess(uv_loop_t& loop, std::vector<size_t>* affinity)
54{

Callers 15

AddExtraTargetsMethod · 0.45
CreateCustomCommandsMethod · 0.45
operator()Method · 0.45
CreateGlobalTargetMethod · 0.45
RunMakeCommandMethod · 0.45
RunCommandMethod · 0.45
cmExecuteProcessCommandFunction · 0.45
InitAutogenTargetMethod · 0.45
InitRccTargetsMethod · 0.45

Calls

no outgoing calls

Tested by 7

RunMakeCommandMethod · 0.36
RunCommandMethod · 0.36
RunChildMethod · 0.36
LoadRevisionsMethod · 0.36
RunMakeCommandMethod · 0.36
ForkProcessMethod · 0.36