Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h129 static CString GetModuleNameWithBaseFile(const CString &baseFileName);
Dmodule_path_helper.cpp527 CString ModulePathHelper::GetModuleNameWithBaseFile(const CString &baseFileName) in GetModuleNameWithBaseFile() function in panda::ecmascript::ModulePathHelper
555 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts()