Home
last modified time | relevance | path

Searched defs:hapPath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h204 CString hapPath = fileName.substr(startStrLen); in ParseHapPath() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp359 void JSNApi::LoadAotFile(EcmaVM *vm, const std::string &hapPath) in LoadAotFile()