Searched refs:ModTime (Results 1 – 11 of 11) sorted by relevance
/build/soong/third_party/zip/ |
D | struct.go | 111 func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() } func 126 fh.SetModTime(fi.ModTime()) 179 func (h *FileHeader) ModTime() time.Time { func
|
D | zip_test.go | 60 outTime := fh.ModTime()
|
D | reader_test.go | 377 if ft := f.ModTime(); !ft.Equal(mtime) {
|
/build/soong/finder/ |
D | finder.go | 211 if node == nil || node.ModTime == 0 { 404 ModTime int64 member 553 if other.ModTime != 0 { 657 PersistedDirInfo{P: entry.Path, T: entry.ModTime, I: entry.Inode, F: entry.FileNames}) 718 ModTime: dir.T, Inode: dir.I, Device: element.Device, 819 if !f.isInfoUpToDate(cachedNode.statResponse, updated) && updated.ModTime != 0 { 1045 if old.ModTime != new.ModTime { 1069 if node.ModTime != 0 { 1263 if node.statResponse.ModTime != 0 { 1284 modTime := fileInfo.ModTime() [all …]
|
D | finder_test.go | 1410 actualDbWriteTime := fs.ModTime(t, finder2.DbPath, filesystem) 1427 actualDbWriteTime = fs.ModTime(t, finder3.DbPath, filesystem)
|
/build/soong/finder/fs/ |
D | test.go | 84 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time { func 89 return stats.ModTime()
|
D | fs.go | 204 func (m mockInode) ModTime() time.Time { func 401 func (m *mockFileInfo) ModTime() time.Time { func
|
/build/blueprint/microfactory/ |
D | microfactory_test.go | 146 firstTime = stat.ModTime() 190 if stat.ModTime() == firstTime { 194 if stat.ModTime() != firstTime { 197 t.Error("second:", stat.ModTime())
|
/build/soong/ui/build/ |
D | ninja.go | 201 newTime = info.ModTime()
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 458 …if after, err := os.Stat(config.KatiBuildNinjaFile()); err == nil && after.ModTime().After(before)…
|
/build/blueprint/pathtools/ |
D | fs.go | 401 func (ms *mockStat) ModTime() time.Time { return time.Time{} } func
|