Searched refs:currentModulePath (Results 1 – 2 of 2) sorted by relevance
42 StringView ImportPathManager::ResolvePath(const StringView ¤tModulePath, const StringView &im… in ResolvePath() argument49 const size_t pos = currentModulePath.Mutf8().find_last_of(pathDelimiter_); in ResolvePath()52 auto currentDirectory = currentModulePath.Mutf8().substr(0, pos); in ResolvePath()
55 StringView ResolvePath(const StringView ¤tModulePath, const StringView &importPath) const;