HomeSort by relevance Sort by last modified time
    Searched refs:modtime (Results 1 - 25 of 66) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/linux/
utime.h 24 __kernel_time_t modtime; member in struct:utimbuf
  /external/kernel-headers/original/uapi/linux/
utime.h 9 __kernel_time_t modtime; member in struct:utimbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
utime.h 8 __kernel_time_t modtime; member in struct:utimbuf
  /bionic/tests/headers/posix/
utime_h.c 36 STRUCT_MEMBER(struct utimbuf, time_t, modtime);
  /external/strace/
utime.c 20 tprintf(", modtime=%lld", (long long) u.modtime);
21 tprints_comment(sprinttime(u.modtime));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
utime.h 41 __time_t modtime; /* Modification time. */ member in struct:utimbuf
  /device/linaro/bootloader/edk2/StdLib/Include/
utime.h 58 time_t modtime; /* Modification time */ member in struct:utimbuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 60 time_t modtime; member in struct:_utimbuf
65 __time32_t modtime; member in struct:__utimbuf32
70 __time64_t modtime; member in struct:__utimbuf64
76 time_t modtime; member in struct:utimbuf
81 __time32_t modtime; member in struct:utimbuf32
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utime.c 60 tv[1].tv_sec = times->modtime;
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
utime.c 68 tv[1].tv_sec = times->modtime;
  /external/libcups/cups/
ppd-util.c 56 time_t modtime = 0; /* Modification time */ local
65 if (cupsGetPPD3(CUPS_HTTP_DEFAULT, name, &modtime, pg->ppd_filename,
91 time_t modtime = 0; /* Modification time */ local
96 if (cupsGetPPD3(http, name, &modtime, pg->ppd_filename,
108 * The "modtime" parameter contains the modification time of any
130 time_t *modtime, /* IO - Modification time */
152 DEBUG_printf(("cupsGetPPD3(http=%p, name=\"%s\", modtime=%p(%d), buffer=%p, "
153 "bufsize=%d)", http, name, modtime,
154 modtime ? (int)*modtime : 0, buffer, (int)bufsize))
    [all...]
  /external/libpng/contrib/gregbook/
writepng.c 173 png_time modtime; local
175 png_convert_from_time_t(&modtime, mainprog_ptr->modtime);
176 png_set_tIME(png_ptr, info_ptr, &modtime);
writepng.h 94 time_t modtime; member in struct:_mainprog_info
  /external/ltp/testcases/kernel/syscalls/utime/
utime04.c 175 times.modtime = NEW_TIME;
utime05.c 185 times.modtime = NEW_TIME;
  /external/strace/tests/
utime.c 54 const struct utimbuf u = { .actime = t, .modtime = t };
74 printf(", modtime=%lld", (long long) t);
  /external/strace/tests-m32/
utime.c 54 const struct utimbuf u = { .actime = t, .modtime = t };
74 printf(", modtime=%lld", (long long) t);
  /external/strace/tests-mx32/
utime.c 54 const struct utimbuf u = { .actime = t, .modtime = t };
74 printf(", modtime=%lld", (long long) t);
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 139 // If modtime is not the zero time or Unix epoch, ServeContent
142 // modtime to decide whether the content needs to be sent at all.
151 func ServeContent(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker) {
163 serveContent(w, req, name, modtime, sizeFunc, content)
177 // if modtime.IsZero(), modtime is unknown.
180 func serveContent(w ResponseWriter, r *Request, name string, modtime time.Time, sizeFunc func() (int64, error), content io.ReadSeeker) {
181 setLastModified(w, modtime)
182 done, rangeReq := checkPreconditions(w, r, modtime)
380 func checkIfUnmodifiedSince(r *Request, modtime time.Time) condResult
    [all...]
fs_test.go 288 modtime: time.Unix(1000000000, 0).UTC(),
325 modtime: dirMod,
329 modtime: fileMod,
334 modtime: fileMod,
602 modtime time.Time
610 func (f *fakeFileInfo) ModTime() time.Time { return f.modtime }
672 modtime: fileMod,
678 modtime: dirMod,
718 // Advance the index.html file's modtime, but not the directory's
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
fs.go 139 // If modtime is not the zero time or Unix epoch, ServeContent
142 // modtime to decide whether the content needs to be sent at all.
151 func ServeContent(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker) {
163 serveContent(w, req, name, modtime, sizeFunc, content)
177 // if modtime.IsZero(), modtime is unknown.
180 func serveContent(w ResponseWriter, r *Request, name string, modtime time.Time, sizeFunc func() (int64, error), content io.ReadSeeker) {
181 setLastModified(w, modtime)
182 done, rangeReq := checkPreconditions(w, r, modtime)
380 func checkIfUnmodifiedSince(r *Request, modtime time.Time) condResult
    [all...]
fs_test.go 288 modtime: time.Unix(1000000000, 0).UTC(),
325 modtime: dirMod,
329 modtime: fileMod,
334 modtime: fileMod,
602 modtime time.Time
610 func (f *fakeFileInfo) ModTime() time.Time { return f.modtime }
672 modtime: fileMod,
678 modtime: dirMod,
718 // Advance the index.html file's modtime, but not the directory's
    [all...]
  /external/flac/libFLAC/
windows_unicode_filenames.c 140 ut.modtime = times->modtime;
  /external/e2fsprogs/debugfs/
ls.c 95 time_t modtime; variable
136 modtime = inode.i_mtime;
137 tm_p = localtime(&modtime);
  /toolchain/binutils/binutils-2.27/binutils/
rename.c 100 tb.modtime = statbuf->st_mtime;

Completed in 435 milliseconds

1 2 3