Home
last modified time | relevance | path

Searched refs:IsValidPandaFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.h211 static bool IsValidPandaFile(const char* path);
H A Dark_native_engine.cpp2428 if (checkPath && !IsValidPandaFile(path)) { in RunScriptPath()
2444 bool ArkNativeEngine::IsValidPandaFile(const char* path) in IsValidPandaFile() function in ArkNativeEngine
2611 (checkPath && descriptor != nullptr && !IsValidPandaFile(descriptor))) { in RunActor()
2669 if (checkPath && !IsValidPandaFile(fileName.c_str())) { in ExecuteJsBin()