#include "Util/ExtAPI.h"
#include "Util/SVFUtil.h"
#include "Util/Options.h"
#include "Util/config.h"
#include <ostream>
#include <sys/stat.h>
#include "SVFIR/SVFVariables.h"
Go to the source code of this file.
◆ getFilePath()
Definition at line 98 of file ExtAPI.cpp.
99{
101 if (
path.compare(
"SVF_DIR") == 0)
102 {
106 }
107 else if (
path.compare(
"npm root") == 0)
108 {
111 }
112
117}
static std::string GetStdoutFromCommand(const std::string &command)
llvm::IRBuilder IRBuilder
◆ GetStdoutFromCommand()
Definition at line 74 of file ExtAPI.cpp.
75{
78
81 {
82 return "popen failed!";
83 }
84
86 {
87
90 }
92
95}
char * fgets(char *str, int n, void *stream)