Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.h134 …std::tuple<std::string, bool> GetSourceRegularPath(const std::string &path, const std::string &res…
DETSparser.cpp441 std::tuple<std::string, bool> ETSParser::GetSourceRegularPath(const std::string &path, const std::s… in GetSourceRegularPath() function in panda::es2panda::parser::ETSParser
518 std::tie(regularPath, isModule) = GetSourceRegularPath(path, resolvedPath); in CollectUserSources()