Searched refs:Time (Results 1 – 22 of 22) sorted by relevance
/build/soong/finder/fs/ |
D | fs.go | 58 PermTime(info os.FileInfo) (time time.Time, err error) 146 time time.Time 149 func NewClock(startTime time.Time) *Clock { argument 158 func (c *Clock) Time() time.Time { func 192 modTime time.Time 193 permTime time.Time 199 func (m mockInode) ModTime() time.Time { 377 modTime time.Time // time at which the inode's contents were modified 378 permTime time.Time // time at which the inode's permissions were modified 396 func (m *mockFileInfo) ModTime() time.Time { [all …]
|
D | fs_darwin.go | 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) { 48 return time.Time{}, fmt.Errorf("%v is not a *syscall.Stat_t", sys)
|
D | fs_linux.go | 42 func (osFs) PermTime(info os.FileInfo) (when time.Time, err error) { 48 return time.Time{}, fmt.Errorf("%v is not a *syscall.Stat_t", sys)
|
/build/soong/ui/status/ |
D | critical_path.go | 26 running: make(map[*Action]time.Time), 36 running map[*Action]time.Time 38 start, end time.Time 44 Now() time.Time 49 func (osClock) Now() time.Time { return time.Now() }
|
D | critical_path_test.go | 30 type testClock time.Time 32 func (t testClock) Now() time.Time { return time.Time(t) }
|
/build/soong/third_party/zip/ |
D | struct.go | 111 func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() } 150 func msDosTimeToTime(dosDate, dosTime uint16) time.Time { 170 func timeToMsDosTime(t time.Time) (fDate uint16, fTime uint16) { argument 179 func (h *FileHeader) ModTime() time.Time { 185 func (h *FileHeader) SetModTime(t time.Time) {
|
/build/soong/ui/tracer/ |
D | tracer.go | 74 Time uint64 `json:"ts"` member 222 Time: uint64(time.Now().UnixNano()) / 1000, 232 Time: uint64(time.Now().UnixNano()) / 1000, 244 Time: begin / 1000,
|
D | status.go | 32 start time.Time 79 Time: uint64(start.start.UnixNano()) / 1000,
|
D | microfactory.go | 54 Time: entry.Begin,
|
/build/soong/ui/metrics/ |
D | time.go | 33 start time.Time 47 func now() time.Time {
|
D | time_test.go | 28 _now = func() time.Time { return startTime.Add(dur) }
|
D | metrics.go | 137 func (m *Metrics) SetBuildDateTime(buildTimestamp time.Time) {
|
/build/soong/ui/build/ |
D | ninja.go | 192 prevTime time.Time 197 var newTime time.Time 209 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)… argument
|
D | signal.go | 49 var timeout <-chan time.Time
|
D | upload.go | 47 func UploadMetrics(ctx Context, config Config, forceDumbOutput bool, buildStarted time.Time, files … argument
|
D | proc_sync.go | 126 deadline time.Time
|
/build/soong/ui/terminal/ |
D | format.go | 28 start time.Time
|
D | smart_status.go | 35 startTime time.Time
|
/build/blueprint/pathtools/ |
D | fs.go | 401 func (ms *mockStat) ModTime() time.Time { return time.Time{} }
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 144 var firstTime time.Time
|
/build/soong/finder/ |
D | finder_test.go | 137 func modTime(t *testing.T, path string, filesystem *fs.MockFs) time.Time { 1544 expectedDbWriteTime := filesystem.Clock.Time()
|
/build/soong/zip/ |
D | zip.go | 177 time time.Time
|