Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A DimportPathManager.cpp237 StringView ImportPathManager::GetRealPath(const StringView &path) const in GetRealPath() function in ark::es2panda::util::ImportPathManager
249 StringView realPath = GetRealPath(path); in AppendExtensionOrIndexFileIfOmitted()
260 return GetRealPath(UString(indexFilePath, allocator_).View()); in AppendExtensionOrIndexFileIfOmitted()
272 return GetRealPath(UString(path.Mutf8().append(extension), allocator_).View()); in AppendExtensionOrIndexFileIfOmitted()
H A DimportPathManager.h77 StringView GetRealPath(const StringView &path) const;

Completed in 2 milliseconds