Home
last modified time | relevance | path

Searched refs:ModTime (Results 1 – 11 of 11) sorted by relevance

/aosp12/build/soong/third_party/zip/
H A Dstruct.go111 func (fi headerFileInfo) ModTime() time.Time { return fi.fh.ModTime() } func
126 fh.SetModTime(fi.ModTime())
179 func (h *FileHeader) ModTime() time.Time { func
H A Dzip_test.go60 outTime := fh.ModTime()
H A Dreader_test.go377 if ft := f.ModTime(); !ft.Equal(mtime) {
/aosp12/build/soong/finder/
H A Dfinder.go214 if node == nil || node.ModTime == 0 {
407 ModTime int64 member
556 if other.ModTime != 0 {
660 PersistedDirInfo{P: entry.Path, T: entry.ModTime, I: entry.Inode, F: entry.FileNames})
721 ModTime: dir.T, Inode: dir.I, Device: element.Device,
822 if !f.isInfoUpToDate(cachedNode.statResponse, updated) && updated.ModTime != 0 {
1048 if old.ModTime != new.ModTime {
1072 if node.ModTime != 0 {
1266 if node.statResponse.ModTime != 0 {
1287 modTime := fileInfo.ModTime()
[all …]
H A Dfinder_test.go1466 actualDbWriteTime := fs.ModTime(t, finder2.DbPath, filesystem)
1483 actualDbWriteTime = fs.ModTime(t, finder3.DbPath, filesystem)
/aosp12/build/blueprint/microfactory/
H A Dmicrofactory_test.go146 firstTime = stat.ModTime()
190 if stat.ModTime() == firstTime {
194 if stat.ModTime() != firstTime {
197 t.Error("second:", stat.ModTime())
/aosp12/build/soong/finder/fs/
H A Dtest.go84 func ModTime(t *testing.T, path string, filesystem *MockFs) time.Time { func
89 return stats.ModTime()
H A Dfs.go204 func (m mockInode) ModTime() time.Time { func
401 func (m *mockFileInfo) ModTime() time.Time { func
/aosp12/build/soong/ui/build/
H A Dninja.go222 newModTime = info.ModTime()
/aosp12/build/soong/cmd/multiproduct_kati/
H A Dmain.go478 …if after, err := os.Stat(config.KatiBuildNinjaFile()); err == nil && after.ModTime().After(before)…
/aosp12/build/blueprint/pathtools/
H A Dfs.go401 func (ms *mockStat) ModTime() time.Time { return time.Time{} } func