Home
last modified time | relevance | path

Searched refs:SetAssetPath (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h326 void SetAssetPath(const CString &assetPath) in SetAssetPath() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3558 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath() function in panda::JSNApi
3561 vm->SetAssetPath(path); in SetAssetPath()
3699 vm->SetAssetPath(hostVM->GetAssetPath()); in SynchronizVMInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1393 static void SetAssetPath(EcmaVM *vm, const std::string &assetPath);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1302 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()