Home
last modified time | relevance | path

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

/system/sepolicy/build/soong/
Dsepolicy_neverallow.go39 testTimestamp android.ModuleOutPath member
101 n.testTimestamp = android.PathForModuleOut(ctx, "timestamp")
104 android.WriteFileRule(ctx, n.testTimestamp, "")
174 rule.Command().Text("touch").Output(n.testTimestamp)
180 OutputFile: android.OptionalPathForPath(n.testTimestamp),
Dselinux_contexts.go540 testTimestamp android.ModuleOutPath member
615 m.testTimestamp = android.PathForModuleOut(ctx, "timestamp")
616 rule.Command().Text("touch").Output(m.testTimestamp)
625 OutputFile: android.OptionalPathForPath(m.testTimestamp),
629 entries.SetString("LOCAL_ADDITIONAL_DEPENDENCIES", m.testTimestamp.String())