|
Cppcheck
|
#include "addoninfo.h"#include "path.h"#include "utils.h"#include <fstream>#include <string>#include <vector>#include "json.h"Go to the source code of this file.
Functions | |
| static std::string | getFullPath (const std::string &fileName, const std::string &exename) |
| static std::string | parseAddonInfo (AddonInfo &addoninfo, const picojson::value &json, const std::string &fileName, const std::string &exename) |
|
static |
Definition at line 30 of file addoninfo.cpp.
References Path::getPathFromFilename(), and Path::isFile().
Referenced by AddonInfo::getAddonInfo(), and parseAddonInfo().
|
static |
Definition at line 49 of file addoninfo.cpp.
References AddonInfo::args, AddonInfo::ctu, AddonInfo::executable, AddonInfo::getAddonInfo(), getFullPath(), and AddonInfo::python.
Referenced by AddonInfo::getAddonInfo().