Searched refs:GetAbcBuffer (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/napi/native_engine/ |
H A D | native_engine.cpp | 846 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 D | native_engine.h | 409 bool GetAbcBuffer(const char* path, uint8_t **buffer, size_t* bufferSize, std::vector<uint8_t>& content,
|
Completed in 4 milliseconds