Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/vinn/vinn/
Dpath_utils.js60 normPath: function(a) { method in global.PathUtils
74 return this.normPath(res);
82 relTo = this.normPath(this.absPath(opt_relTo));
107 return this.normPath(rest);
/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()