Home
last modified time | relevance | path

Searched defs:Clock (Results 1 – 1 of 1) sorted by relevance

/build/soong/finder/fs/
Dfs.go145 type Clock struct { struct
146 time time.Time
154 func (c *Clock) Tick() {
158 func (c *Clock) Time() time.Time {
179 Clock *Clock member