Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go1608 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) … func
1625 return c.createDirsMapOnce(vendorSnapshotDirsExcludedKey, nil,
1633 return c.createDirsMapOnce(vendorSnapshotDirsIncludedKey, excludedMap,
1640 return c.createDirsMapOnce(recoverySnapshotDirsExcludedKey, nil,
1648 return c.createDirsMapOnce(recoverySnapshotDirsIncludedKey, excludedMap,