Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.cpp178 std::string fullFilePath = path; in GetAbsPath() local
182 fullFilePath = path + importExtension; in GetAbsPath()
183 if (!panda::os::file::File::IsRegularFile(fullFilePath)) { in GetAbsPath()
185 fullFilePath = path + importExtension; in GetAbsPath()
186 if (!panda::os::file::File::IsRegularFile(fullFilePath)) { in GetAbsPath()
191 std::string absFilePath = panda::os::GetAbsolutePath(fullFilePath); in GetAbsPath()