Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.cpp42 StringView ImportPathManager::ResolvePath(const StringView &currentModulePath, const StringView &importPath) const 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()
H A DimportPathManager.h70 StringView ResolvePath(const StringView &currentModulePath, const StringView &importPath) const;

Completed in 2 milliseconds