Home
last modified time | relevance | path

Searched refs:assetPath (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_executor.cpp44 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint()
45 name = assetPath + "\\" + JSPandaFile::MERGE_ABC_NAME; in ParseAbcEntryPoint()
47 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint()
48 name = assetPath + "/" + JSPandaFile::MERGE_ABC_NAME; in ParseAbcEntryPoint()
192 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local
193 name = assetPath + "\\" + JSPandaFile::MERGE_ABC_NAME; in ExecuteModuleBuffer()
195 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local
196 name = assetPath + "/" + JSPandaFile::MERGE_ABC_NAME; in ExecuteModuleBuffer()
394 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBufferSecure() local
395 name = assetPath in ExecuteModuleBufferSecure()
397 CString assetPath = vm->GetAssetPath(); ExecuteModuleBufferSecure() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h497 void SetAssetPath(const CString &assetPath) in SetAssetPath() argument
499 assetPath_ = assetPath; in SetAssetPath()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1699 static void SetAssetPath(EcmaVM *vm, const std::string &assetPath);
1705 static void SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4044 void JSNApi::SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint) in SetModuleInfo() argument
4046 SetAssetPath(vm, assetPath); in SetModuleInfo()
4064 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath() argument
4066 ecmascript::CString path = assetPath.c_str(); in SetAssetPath()
4067 // check input assetPath in SetAssetPath()
4070 LOG_FULL(FATAL) << "Invalid input assetPath: " << assetPath.c_str(); in SetAssetPath()

Completed in 18 milliseconds