Searched refs:modulePath (Results 1 – 3 of 3) sorted by relevance
78 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs() argument81 …pt("gtest_env." + moduleName + " = require(\"" + interopJsTestPath_ + "/" + modulePath + "\");\n"); in LoadModuleAs()83 std::cerr << "Failed to load module: " << modulePath << std::endl; in LoadModuleAs()
42 …bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileNam…
409 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath() argument412 path.append("/").append(modulePath); in MakeFilePath()