Home
last modified time | relevance | path

Searched refs:Time (Results 1 – 16 of 16) sorted by relevance

/build/soong/finder/fs/
Dfs.go58 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 …]
Dfs_darwin.go42 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)
Dfs_linux.go42 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/
Dstruct.go111 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/
Dtracer.go74 Time uint64 `json:"ts"` member
222 Time: uint64(time.Now().UnixNano()) / 1000,
232 Time: uint64(time.Now().UnixNano()) / 1000,
244 Time: begin / 1000,
Dstatus.go32 start time.Time
79 Time: uint64(start.start.UnixNano()) / 1000,
Dmicrofactory.go54 Time: entry.Begin,
/build/soong/ui/build/
Dninja.go110 prevTime time.Time
115 var newTime time.Time
127 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)… argument
Dsignal.go49 var timeout <-chan time.Time
Dproc_sync.go118 deadline time.Time
/build/kati/
Dstats.go29 t0 time.Time
68 t time.Time
133 func (s *statsT) add(name, v string, t time.Time) {
/build/soong/ui/terminal/
Dstatus.go29 start time.Time
/build/blueprint/pathtools/
Dfs.go355 func (ms *mockStat) ModTime() time.Time { return time.Time{} }
/build/blueprint/microfactory/
Dmicrofactory_test.go144 var firstTime time.Time
/build/soong/finder/
Dfinder_test.go137 func modTime(t *testing.T, path string, filesystem *fs.MockFs) time.Time {
1544 expectedDbWriteTime := filesystem.Clock.Time()
/build/soong/zip/
Dzip.go177 time time.Time