gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
Go to the documentation of this file.
12 FILE *
Fopen(
const char *
f,
const char *mode);
26 int StatFile(
const std::string &fileName);
30 int SystemCall(
const std::string &command,
bool blocking =
false);
31 int SystemCallExe(
const std::string &exe,
const std::string &argsOrCommand,
32 bool blocking =
false);
34 void UnzipFile(
const std::string &fileName,
const std::string &prependDir =
"");
void RedirectIOToConsole()
std::string GetEnvironmentVar(const std::string &var)
void CreatePath(const std::string &fullPath)
int StatFile(const std::string &fileName)
std::string GetExecutableFileName()
void f(int n, double u, double *val)
int CreateSingleDir(const std::string &dirName)
FILE * Fopen(const char *f, const char *mode)
void UnzipFile(const std::string &fileName, const std::string &prependDir="")
std::string GetAbsolutePath(const std::string &fileName)
int UnlinkFile(const std::string &fileName)
void SleepInSeconds(double s)
int SystemCallExe(const std::string &exe, const std::string &argsOrCommand, bool blocking=false)
std::string GetHostName()
void SetEnvironmentVar(const std::string &var, const std::string &val)
int SystemCall(const std::string &command, bool blocking=false)