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.cpp137 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local
140 CString assetPath = vm->GetAssetPath(); in ExecuteModuleBuffer() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h472 void SetAssetPath(const CString &assetPath) in SetAssetPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2693 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath()