Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig.go1786 func (c *deviceConfig) createDirsMapOnce(onceKey OnceKey, previous map[string]bool, dirs []string) … func
1803 return c.createDirsMapOnce(vendorSnapshotDirsExcludedKey, nil,
1811 return c.createDirsMapOnce(vendorSnapshotDirsIncludedKey, excludedMap,
1818 return c.createDirsMapOnce(recoverySnapshotDirsExcludedKey, nil,
1826 return c.createDirsMapOnce(recoverySnapshotDirsIncludedKey, excludedMap,