Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_utils.go113 …if isSnapshotAware(ctx.DeviceConfig(), m, image.isProprietaryPath(ctx.ModuleDir(), ctx.DeviceConfi…
Dvendor_snapshot.go97 return VendorSnapshotSingleton().(*snapshotSingleton).image.isProprietaryPath(dir, deviceConfig)
104 return RecoverySnapshotSingleton().(*snapshotSingleton).image.isProprietaryPath(dir, deviceConfig)
464 inProprietaryPath := c.image.isProprietaryPath(moduleDir, ctx.DeviceConfig())
Dsnapshot_prebuilt.go51 isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool methodSpec
153 func (vendorSnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool { func
218 func (recoverySnapshotImage) isProprietaryPath(dir string, deviceConfig android.DeviceConfig) bool { func