#include "Util/ExtAPI.h"
#include "Util/SVFUtil.h"
#include "Util/Options.h"
#include "Util/config.h"
#include <ostream>
#include <sys/stat.h>
Go to the source code of this file.
◆ getFilePath()
Definition at line 97 of file ExtAPI.cpp.
98{
100 if (
path.compare(
"SVF_DIR") == 0)
101 {
105 }
106 else if (
path.compare(
"npm root") == 0)
107 {
110 }
111
116}
static std::string GetStdoutFromCommand(const std::string &command)
llvm::IRBuilder IRBuilder
◆ GetStdoutFromCommand()
Definition at line 73 of file ExtAPI.cpp.
74{
77
80 {
81 return "popen failed!";
82 }
83
85 {
86
89 }
91
94}
char * fgets(char *str, int n, void *stream)