Searched refs:Time (Results 1 – 16 of 16) 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/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/build/ |
D | ninja.go | 110 prevTime time.Time 115 var newTime time.Time 127 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)… argument
|
D | signal.go | 49 var timeout <-chan time.Time
|
D | proc_sync.go | 118 deadline time.Time
|
/build/kati/ |
D | stats.go | 29 t0 time.Time 68 t time.Time 133 func (s *statsT) add(name, v string, t time.Time) {
|
/build/soong/ui/terminal/ |
D | status.go | 29 start time.Time
|
/build/blueprint/pathtools/ |
D | fs.go | 355 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
|