Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go86 type directoryMap map[string]bool type
91 defaultDirectoryExcludedMap = directoryMap{
100 defaultDirectoryIncludedMap = directoryMap{
136 func isDirectoryExcluded(dir string, excludedMap directoryMap, includedMap directoryMap) bool { argument