Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp42 StringView ImportPathManager::ResolvePath(const StringView &currentModulePath, const StringView &im… in ResolvePath() argument
49 const size_t pos = currentModulePath.Mutf8().find_last_of(pathDelimiter_); in ResolvePath()
52 auto currentDirectory = currentModulePath.Mutf8().substr(0, pos); in ResolvePath()
DimportPathManager.h55 StringView ResolvePath(const StringView &currentModulePath, const StringView &importPath) const;