Searched refs:testTimestamp (Results 1 – 2 of 2) sorted by relevance
39 testTimestamp android.ModuleOutPath member101 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),
540 testTimestamp android.ModuleOutPath member615 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())