Home
last modified time | relevance | path

Searched refs:externalPkgNames (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
H A DcommonUtil.cpp83 bool IsExternalPkgNames(const std::string &ohmurl, const std::set<std::string> &externalPkgNames) in IsExternalPkgNames() argument
86 if (std::find(externalPkgNames.begin(), externalPkgNames.end(), pkgName) != externalPkgNames.end()) { in IsExternalPkgNames()
H A DcommonUtil.h54 bool IsExternalPkgNames(const std::string &ohmurl, const std::set<std::string> &externalPkgNames);
H A Dhelpers.h52 std::set<std::string> externalPkgNames; member
/arkcompiler/ets_frontend/es2panda/aot/
H A DresolveDepsRelation.cpp64 !util::IsExternalPkgNames(ohmurl, compileContextInfo_.externalPkgNames)) { in CollectDepsIfNeeded()
H A Doptions.cpp308 std::set<std::string> externalPkgNames; in ParseCompileContextInfo() local
311 externalPkgNames.insert(elem.get<std::string>()); in ParseCompileContextInfo()
314 compilerOptions_.compileContextInfo.externalPkgNames = externalPkgNames; in ParseCompileContextInfo()

Completed in 4 milliseconds