Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp516 std::string regularPath; in CollectUserSources() local
518 std::tie(regularPath, isModule) = GetSourceRegularPath(path, resolvedPath); in CollectUserSources()
519 userPaths.emplace_back(regularPath); in CollectUserSources()