Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h78 void LoadModuleAs(const std::string &moduleName, const std::string &modulePath) in LoadModuleAs() argument
81 …pt("gtest_env." + moduleName + " = require(\"" + interopJsTestPath_ + "/" + modulePath + "\");\n"); in LoadModuleAs()
83 std::cerr << "Failed to load module: " << modulePath << std::endl; in LoadModuleAs()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.h42 …bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileNam…
Dfile_path_utils.cpp409 bool MakeFilePath(const std::string& codePath, const std::string& modulePath, std::string& fileName) in MakeFilePath() argument
412 path.append("/").append(modulePath); in MakeFilePath()