Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h426 inline CString GetPkgName(const CString &moduleName) const in GetPkgName() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp265 CString pkgname = vm->GetPkgName(moduleName); in TransformToNormalizedOhmUrl()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1702 static std::string GetPkgName(EcmaVM *vm, const std::string &moduleName);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4128 std::string JSNApi::GetPkgName(EcmaVM *vm, const std::string &moduleName) in GetPkgName() function in panda::JSNApi
4130 return vm->GetPkgName(moduleName.c_str()).c_str(); in GetPkgName()

Completed in 22 milliseconds