Home
last modified time | relevance | path

Searched defs:assetPath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp44 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint() local
47 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint() local
192 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local
195 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local
394 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBufferSecure() local
397 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBufferSecure() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h496 void SetAssetPath(const CString &assetPath) in SetAssetPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3970 void JSNApi::SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint) in SetModuleInfo()
3990 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath()