#include "utils.h"
Go to the source code of this file.
Classes | |
class | ns3::SearchPath |
Class representing a search PATH. More... |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. |
Functions | |
bool | ns3::CanonizePath (std::string path, bool ChRootProtected, std::ostringstream &result) |
Utilities functions to help to find DCE binaries location to be executed using Virtuals and real PATHs. | |
bool | ns3::CheckFileExe (std::string file, void *params) |
std::string | ns3::SearchExecFile (std::string file, std::string vpath, uid_t uid, gid_t gid, int *errNo) |
std::string | ns3::SearchExecFile (std::string file, uid_t uid, gid_t gid, int *errNo) |
std::string | ns3::SearchExecFile (std::string envVar, std::string file, int *errNo) |
std::string | ns3::SearchFile (std::string file, std::string vroot, std::string vpath, std::string dcepath, std::string cwd, std::string altRoots, void *userData, bool(*checker)(std::string, void *)) |
std::string | ns3::SearchFile (std::string file, std::string vroot, std::string cwd, std::string altRoots, void *userData, bool(*checker)(std::string, void *)) |