Home
last modified time | relevance | path

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

/build/soong/ui/build/
Dupload.go78 func UploadMetrics(ctx Context, config Config, simpleOutput bool, buildStarted time.Time, paths ...…
/build/soong/ui/tracer/
Dtracer.go74 Time uint64 `json:"ts"` member
/build/soong/finder/fs/
Dfs.go154 func NewClock(startTime time.Time) *Clock {
163 func (c *Clock) Time() time.Time { func
/build/soong/third_party/zip/
Dstruct.go170 func timeToMsDosTime(t time.Time) (fDate uint16, fTime uint16) {