Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp173 FilePath normPath = FilePath::normalize(*this); in exists() local
175 int result = stat(normPath.getPath(), &st); in exists()
181 FilePath normPath = FilePath::normalize(*this); in getType() local
183 int result = stat(normPath.getPath(), &st); in getType()