Home
last modified time | relevance | path

Searched refs:GetAbcBuffer (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp846 if (!GetAbcBuffer(normalizedPath.c_str(), &scriptContent, &scriptContentSize, in RunScriptForAbc()
848 HILOG_ERROR("RunScript: GetAbcBuffer failed"); in RunScriptForAbc()
873 if (!GetAbcBuffer(path, &scriptContent, &scriptContentSize, content, ami)) { in RunScript()
874 HILOG_ERROR("RunScript: GetAbcBuffer failed"); in RunScript()
894 if (!GetAbcBuffer(path, &scriptContent, &scriptContentSize, content, ami, true)) { in RunScriptInRestrictedThread()
895 HILOG_ERROR("RunScriptInRestrictedThread: GetAbcBuffer failed"); in RunScriptInRestrictedThread()
911 bool NativeEngine::GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, in GetAbcBuffer() function in NativeEngine
H A Dnative_engine.h409 bool GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, std::vector<uint8_t>& content,

Completed in 4 milliseconds