Searched refs:IsValidPandaFile (Results 1 – 2 of 2) sorted by relevance
211 static bool IsValidPandaFile(const char* path);
2428 if (checkPath && !IsValidPandaFile(path)) { in RunScriptPath()2444 bool ArkNativeEngine::IsValidPandaFile(const char* path) in IsValidPandaFile() function in ArkNativeEngine2611 (checkPath && descriptor != nullptr && !IsValidPandaFile(descriptor))) { in RunActor()2669 if (checkPath && !IsValidPandaFile(fileName.c_str())) { in ExecuteJsBin()