Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
void cmProcess::SetWorkingDirectory(std::string const& dir)
49
{
50
this->WorkingDirectory = dir;
51
}
52
53
bool cmProcess::StartProcess(uv_loop_t& loop, std::vector<size_t>* affinity)
54
{
Callers
15
testUVProcessChainCwdChanged
Function · 0.45
AddExtraTargets
Method · 0.45
CreateCustomCommands
Method · 0.45
operator()
Method · 0.45
CreateGlobalTarget
Method · 0.45
cmAddCustomCommandCommand
Function · 0.45
RunMakeCommand
Method · 0.45
RunCommand
Method · 0.45
cmExecuteProcessCommand
Function · 0.45
InitAutogenTarget
Method · 0.45
InitRccTargets
Method · 0.45
AddSymbolExportCommand
Method · 0.45
Calls
no outgoing calls
Tested by
7
testUVProcessChainCwdChanged
Function · 0.36
RunMakeCommand
Method · 0.36
RunCommand
Method · 0.36
RunChild
Method · 0.36
LoadRevisions
Method · 0.36
RunMakeCommand
Method · 0.36
ForkProcess
Method · 0.36