Home
last modified time | relevance | path

Searched refs:CheckFilePath (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp33 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in LoadModuleNameSpaceWithModuleInfo()
65 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in LoadModuleNameSpaceWithPath()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h61 bool CheckFilePath(JSThread *thread, const CString &fileName);
Djs_pandafile_manager.cpp568 bool JSPandaFileManager::CheckFilePath(JSThread *thread, const CString &fileName) in CheckFilePath() function in panda::ecmascript::JSPandaFileManager
Djs_pandafile_executor.cpp559 bool isValid = JSPandaFileManager::GetInstance()->CheckFilePath(thread, abcFilePath); in IsExecuteModuleInAbcFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp350 HWTEST_F_L0(JSPandaFileManagerTest, CheckFilePath) in HWTEST_F_L0() argument
362 bool result = pfManager->CheckFilePath(thread, fileName); in HWTEST_F_L0()