Home
last modified time | relevance | path

Searched refs:MatchExcludes (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Darktsconfig.cpp414 static bool MatchExcludes(const fs::path &path, const std::vector<ArkTsConfig::Pattern> &excludes) in MatchExcludes() function
458 if (include.Match(traverseRoot.string()) && !MatchExcludes(traverseRoot, excludes)) { in GetSourceList()
464 if (include.Match(dirEntry.path().string()) && !MatchExcludes(dirEntry, excludes)) { in GetSourceList()

Completed in 2 milliseconds