Searched refs:CheckFilePath (Results 1 – 5 of 5) sorted by relevance
33 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in LoadModuleNameSpaceWithModuleInfo()65 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in LoadModuleNameSpaceWithPath()
61 bool CheckFilePath(JSThread *thread, const CString &fileName);
568 bool JSPandaFileManager::CheckFilePath(JSThread *thread, const CString &fileName) in CheckFilePath() function in panda::ecmascript::JSPandaFileManager
559 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in IsExecuteModuleInAbcFile()
350 HWTEST_F_L0(JSPandaFileManagerTest, CheckFilePath) in HWTEST_F_L0() argument362 bool result = pfManager->CheckFilePath(thread, fileName); in HWTEST_F_L0()