Searched refs:IsImportFile (Results 1 – 3 of 3) sorted by relevance
629 HWTEST_F_L0(EcmaModuleTest, IsImportFile) in HWTEST_F_L0() argument632 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()
121 static bool IsImportFile(const CString &moduleRequestName);
31 } else if (IsImportFile(requestName)) { in ConcatFileNameWithMerge()465 bool ModulePathHelper::IsImportFile(const CString &moduleRequestName) in IsImportFile() function in panda::ecmascript::ModulePathHelper