Searched refs:ModTime (Results 1 – 15 of 15) 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/fs/ |
D | test.go | 85 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time { func 90 return stats.ModTime()
|
D | fs.go | 204 func (m mockInode) ModTime() time.Time { func 401 func (m *mockFileInfo) ModTime() time.Time { func
|
/build/soong/finder/ |
D | finder.go | 218 if node == nil || node.ModTime == 0 { 411 ModTime int64 member 560 if other.ModTime != 0 { 664 PersistedDirInfo{P: entry.Path, T: entry.ModTime, I: entry.Inode, F: entry.FileNames}) 725 ModTime: dir.T, Inode: dir.I, Device: element.Device, 826 if !f.isInfoUpToDate(cachedNode.statResponse, updated) && updated.ModTime != 0 { 1053 if old.ModTime != new.ModTime { 1077 if node.ModTime != 0 { 1271 if node.statResponse.ModTime != 0 { 1292 modTime := fileInfo.ModTime() [all …]
|
D | finder_test.go | 1470 actualDbWriteTime := fs.ModTime(t, finder2.DbPath, filesystem) 1487 actualDbWriteTime = fs.ModTime(t, finder3.DbPath, filesystem)
|
/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/make/tools/compliance/testfs/ |
D | testfs.go | 81 func (fi *TestFileInfo) ModTime() time.Time { func
|
/build/soong/mk2rbc/ |
D | find_mockfs.go | 61 func (m myFileInfo) ModTime() time.Time { func
|
/build/soong/ui/build/ |
D | ninja.go | 268 newModTime = info.ModTime()
|
D | soong.go | 716 } else if !metricsStat.ModTime().After(oldTimestamp) { 718 soongBuildMetricsFile, metricsStat.ModTime(), oldTimestamp)
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 400 …+= fmt.Sprintf("%v: %v %v %08x %s\n", f.Name, f.Mode(), f.UncompressedSize64, f.CRC32, f.ModTime())
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 537 if after, err := os.Stat(katiBuildNinjaFile); err == nil && after.ModTime().After(before) {
|
/build/blueprint/pathtools/ |
D | fs.go | 441 func (ms *mockStat) ModTime() time.Time { return time.Time{} } func
|