Searched refs:normPath (Results 1 – 3 of 3) sorted by relevance
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()
254 const normPath = path.relative(ROOT_DIR, absPath);256 const match = rule.r.exec(normPath);257 if (!match || match[0] !== normPath) continue;
490 const normPath = path.relative(ROOT_DIR, absPath);492 const match = rule.r.exec(normPath);493 if (!match || match[0] !== normPath) continue;