Searched refs:cenv (Results 1 – 1 of 1) sorted by relevance
292 std::vector<const char*> cenv; in ForkAndExec() local294 cenv.push_back(str.c_str()); in ForkAndExec()296 cenv.push_back(nullptr); in ForkAndExec()391 execle(_PATH_BSHELL, "-" _PATH_BSHELL, nullptr, cenv.data()); in ForkAndExec()393 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec()