Home
last modified time | relevance | path

Searched refs:st_mtime (Results 1 – 25 of 187) sorted by relevance

12345678

/external/kernel-headers/original/uapi/asm-x86/asm/
Dstat.h23 unsigned long st_mtime; member
66 unsigned long st_mtime; member
99 __kernel_ulong_t st_mtime; member
128 unsigned long st_mtime; member
133 unsigned int st_mtime; member
/external/u-boot/include/linux/
Dstat.h60 unsigned long st_mtime; /* time file was last modified */ member
88 unsigned long st_mtime; member
118 time_t st_mtime; member
144 unsigned long st_mtime; member
/external/kernel-headers/original/uapi/asm-arm/asm/
Dstat.h15 unsigned long st_mtime; member
44 unsigned long st_mtime; member
79 unsigned long st_mtime; member
/external/kernel-headers/original/uapi/asm-mips/asm/
Dstat.h37 time_t st_mtime; member
76 time_t st_mtime; member
117 unsigned int st_mtime; member
/external/openssh/
Dsftp-common.c80 a->mtime = st->st_mtime; in stat_to_attrib()
99 st->st_mtime = a->mtime; in attrib_to_stat()
217 struct tm *ltime = localtime(&st->st_mtime); in ls_file()
238 if (now - (365*24*60*60)/2 < st->st_mtime && in ls_file()
239 now >= st->st_mtime) in ls_file()
/external/kernel-headers/original/uapi/asm-generic/
Dstat.h39 long st_mtime; /* Time of last modification. */ member
64 int st_mtime; /* Time of last modification. */ member
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Dlocal_path_info_unittest.py57 time0 = s.st_mtime
101 time0 = s.st_mtime
132 time0 = os.stat('file1').st_mtime
/external/grpc-grpc/tools/run_tests/python_utils/
Dwatch_dirs.py49 most_recent_change = st.st_mtime
52 st.st_mtime)
/external/toybox/toys/posix/
Dls.c170 if (dta->st.st_mtime > dtb->st.st_mtime) ret = -1; in compare()
171 else if (dta->st.st_mtime < dtb->st.st_mtime) ret = 1; in compare()
220 if (flags & FLAG_u) new->st.st_mtime = new->st.st_atime; in filter()
221 if (flags & FLAG_c) new->st.st_mtime = new->st.st_ctime; in filter()
469 tm = localtime(&(st->st_mtime)); in listfiles()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c80 mtime1 = stat_buff.st_mtime; in main()
102 mtime2 = stat_buff.st_mtime; in main()
/external/python/cpython2/Tools/scripts/
Ddiff.py33 fromdate = time.ctime(os.stat(fromfile).st_mtime)
34 todate = time.ctime(os.stat(tofile).st_mtime)
/external/autotest/client/site_tests/login_OwnershipNotRetaken/
Dlogin_OwnershipNotRetaken.py51 mtime = os.stat(constants.OWNER_KEY_FILE).st_mtime
61 if os.stat(constants.OWNER_KEY_FILE).st_mtime > mtime:
/external/python/cpython2/Lib/
Dlinecache.py68 if size != stat.st_size or mtime != stat.st_mtime:
137 size, mtime = stat.st_size, stat.st_mtime
Dpy_compile.py108 timestamp = long(os.fstat(f.fileno()).st_mtime)
110 timestamp = long(os.stat(file).st_mtime)
Ddircache.py28 mtime = os.stat(path).st_mtime
/external/python/cpython2/Lib/plat-mac/
Dmacresource.py123 os.stat(newpathname).st_mtime >= os.stat(pathname).st_mtime:
/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater()
117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
/external/python/cpython3/Lib/
Dlinecache.py78 if size != stat.st_size or mtime != stat.st_mtime:
142 size, mtime = stat.st_size, stat.st_mtime
/external/libnl/lib/route/
Dpktloc.c104 if (last_read == st.st_mtime) in read_pktlocs()
138 last_read = st.st_mtime; in read_pktlocs()
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c273 printf("Last file modification: %s", ctime(&sb.st_mtime)); in main()
278 (long)sb.st_mtime); in main()
/external/python/cpython3/Lib/test/
Dtest_compileall.py56 mtime = int(os.stat(self.source_path).st_mtime)
317 mtime = os.stat(pycpath).st_mtime
320 mtime2 = os.stat(pycpath).st_mtime
324 mtime2 = os.stat(pycpath).st_mtime
384 mtime = os.stat(pycpath).st_mtime
387 mtime2 = os.stat(pycpath).st_mtime
391 mtime2 = os.stat(pycpath).st_mtime
/external/toybox/toys/pending/
Dcrond.c654 if (stat(TT.crontabs_dir, &sb)) sb.st_mtime = 0; in crond_main()
655 TT.crontabs_dir_mtime = sb.st_mtime; in crond_main()
666 if (stat(TT.crontabs_dir, &sb)) sb.st_mtime = 0; in crond_main()
667 if (TT.crontabs_dir_mtime != sb.st_mtime) { in crond_main()
668 TT.crontabs_dir_mtime = sb.st_mtime; in crond_main()
/external/autotest/client/bin/result_tools/
Dresult_info_lib.py42 return stat.st_mtime if stat else 0
/external/strace/linux/x86_64/
Dasm_stat.h30 kernel_ulong_t st_mtime; member
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
Dext4_file_time.c51 t = st.st_mtime; in main()

12345678