Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp629 HWTEST_F_L0(EcmaModuleTest, IsImportFile) in HWTEST_F_L0() argument
632 bool res1 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
638 bool res2 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
645 bool res3 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
651 bool res4 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
657 bool res5 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
663 bool res6 = ModulePathHelper::IsImportFile(inputFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h121 static bool IsImportFile(const CString &moduleRequestName);
Dmodule_path_helper.cpp31 } else if (IsImportFile(requestName)) { in ConcatFileNameWithMerge()
465 bool ModulePathHelper::IsImportFile(const CString &moduleRequestName) in IsImportFile() function in panda::ecmascript::ModulePathHelper