Searched refs:ResolveImportPath (Results 1 – 2 of 2) sorted by relevance
178 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::ETSParser508 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()
130 std::string ResolveImportPath(const std::string &path);