Searched refs:cenv (Results 1 – 1 of 1) sorted by relevance
279 std::vector<const char*> cenv; in ForkAndExec() local281 cenv.push_back(str.c_str()); in ForkAndExec()283 cenv.push_back(nullptr); in ForkAndExec()365 execle(_PATH_BSHELL, "-" _PATH_BSHELL, nullptr, cenv.data()); in ForkAndExec()367 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec()