Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dpandafile.cpp36 CString assetPath = vm->GetAssetPath(); in ParseAbcEntryPoint() local
43 CString assetPath = vm->GetAssetPath(); in GetAssetPath() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h798 void SetAssetPath(const CString &assetPath) in SetAssetPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4437 void JSNApi::SetModuleInfo(EcmaVM *vm, const std::string &assetPath, const std::string &entryPoint) in SetModuleInfo()
4457 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath()