Home
last modified time | relevance | path

Searched refs:ripExePath (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_RegRipperModule/
H A DRegRipperModule.cpp45 std::string ripExePath; variable
180 pluginsPath = Poco::Path(ripExePath).parent().toString(); in getFileNamesForHiveType()
342 ripExePath.clear(); in parseModuleCommandLine()
350 parseOption(*token, ripExePath); in parseModuleCommandLine()
364 if (ripExePath.empty()) in parseModuleCommandLine()
369 ripExePath = defaultPath.toString(); in parseModuleCommandLine()
377 if (ripExePath.substr(0, perl.size()) == perl) in parseModuleCommandLine()
385 Poco::StringTokenizer tokenizer(ripExePath, " "); in parseModuleCommandLine()
483 Poco::File ripExe(ripExePath); in initialize()
487 std::string newpath = checkExeEnvPath(ripExePath); in initialize()
[all …]