Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h85 static std::string GetAbsPath(const std::string &path);
Dhelpers.cpp176 std::string Helpers::GetAbsPath(const std::string &path) in GetAbsPath() function in panda::es2panda::util::Helpers
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp398 return util::Helpers::GetAbsPath(ResolveFullPathFromRelative(path)); in ResolveImportPath()