Searched refs:executeCommandPath_ (Results 1 – 2 of 2) sorted by relevance
291 executeCommandPath_ = CurrentCommandPath; in Setup()293 executeCommandPath_ = TempCommandPath; in Setup()295 executeCommandPath_ = SystemCommandPath; in Setup()354 cmd.emplace_back(executeCommandPath_); in PrepareExecCmd()482 executeCommandPath_.c_str(), errInfo); in ChildRunExecv()
314 return executeCommandPath_; in GetCommandPath()356 std::string executeCommandPath_ = ""; variable