Searched refs:normPath (Results 1 – 2 of 2) sorted by relevance
60 normPath: function(a) { method in global.PathUtils74 return this.normPath(res);82 relTo = this.normPath(this.absPath(opt_relTo));107 return this.normPath(rest);
173 FilePath normPath = FilePath::normalize(*this); in exists() local175 int result = stat(normPath.getPath(), &st); in exists()181 FilePath normPath = FilePath::normalize(*this); in getType() local183 int result = stat(normPath.getPath(), &st); in getType()