Home
last modified time | relevance | path

Searched refs:normPath (Results 1 – 3 of 3) 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()
/external/perfetto/infra/perfetto.dev/
Dbuild.js254 const normPath = path.relative(ROOT_DIR, absPath);
256 const match = rule.r.exec(normPath);
257 if (!match || match[0] !== normPath) continue;
/external/perfetto/ui/
Dbuild.js490 const normPath = path.relative(ROOT_DIR, absPath);
492 const match = rule.r.exec(normPath);
493 if (!match || match[0] !== normPath) continue;