Home
last modified time | relevance | path

Searched refs:ResolveImportPath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp178 auto resolved = ResolveImportPath(x); in ParseETSGlobalScript()
191 auto resolved = ResolveImportPath(item); in ParseETSGlobalScript()
266 auto resolved = ResolveImportPath(path); in PrepareExternalGlobalClass()
299 auto resolvedPath = ResolveImportPath(path); in CollectDefaultSources()
331 for (auto const &entry : fs::directory_iterator(ResolveImportPath(path))) { in CollectDefaultSources()
394 std::string ETSParser::ResolveImportPath(const std::string &path) in ResolveImportPath() function in panda::es2panda::parser::ETSParser
508 const std::string resolvedPath = ResolveImportPath(path); in CollectUserSources()
553 std::string resolvedPath = ResolveImportPath(paths[idx]); in ParseSources()
3154 auto resolvedImportPath = ResolveImportPath(importPath.Mutf8()); in ParseFromClause()
DETSparser.h130 std::string ResolveImportPath(const std::string &path);