/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 23 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/ |
D | stat.h | 60 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/ |
D | stat.h | 15 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/ |
D | stat.h | 37 time_t st_mtime; member 76 time_t st_mtime; member 117 unsigned int st_mtime; member
|
/external/openssh/ |
D | sftp-common.c | 80 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/ |
D | stat.h | 39 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/ |
D | local_path_info_unittest.py | 57 time0 = s.st_mtime 101 time0 = s.st_mtime 132 time0 = os.stat('file1').st_mtime
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | watch_dirs.py | 49 most_recent_change = st.st_mtime 52 st.st_mtime)
|
/external/toybox/toys/posix/ |
D | ls.c | 170 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/ |
D | 14-1.c | 80 mtime1 = stat_buff.st_mtime; in main() 102 mtime2 = stat_buff.st_mtime; in main()
|
/external/python/cpython2/Tools/scripts/ |
D | diff.py | 33 fromdate = time.ctime(os.stat(fromfile).st_mtime) 34 todate = time.ctime(os.stat(tofile).st_mtime)
|
/external/autotest/client/site_tests/login_OwnershipNotRetaken/ |
D | login_OwnershipNotRetaken.py | 51 mtime = os.stat(constants.OWNER_KEY_FILE).st_mtime 61 if os.stat(constants.OWNER_KEY_FILE).st_mtime > mtime:
|
/external/python/cpython2/Lib/ |
D | linecache.py | 68 if size != stat.st_size or mtime != stat.st_mtime: 137 size, mtime = stat.st_size, stat.st_mtime
|
D | py_compile.py | 108 timestamp = long(os.fstat(f.fileno()).st_mtime) 110 timestamp = long(os.stat(file).st_mtime)
|
D | dircache.py | 28 mtime = os.stat(path).st_mtime
|
/external/python/cpython2/Lib/plat-mac/ |
D | macresource.py | 123 os.stat(newpathname).st_mtime >= os.stat(pathname).st_mtime:
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filetools.cpp | 116 modtime1 = stbuf1.st_mtime; in whichFileModTimeIsLater() 117 modtime2 = stbuf2.st_mtime; in whichFileModTimeIsLater()
|
/external/python/cpython3/Lib/ |
D | linecache.py | 78 if size != stat.st_size or mtime != stat.st_mtime: 142 size, mtime = stat.st_size, stat.st_mtime
|
/external/libnl/lib/route/ |
D | pktloc.c | 104 if (last_read == st.st_mtime) in read_pktlocs() 138 last_read = st.st_mtime; in read_pktlocs()
|
/external/ltp/testcases/kernel/syscalls/utimensat/ |
D | utimensat01.c | 273 printf("Last file modification: %s", ctime(&sb.st_mtime)); in main() 278 (long)sb.st_mtime); in main()
|
/external/python/cpython3/Lib/test/ |
D | test_compileall.py | 56 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/ |
D | crond.c | 654 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/ |
D | result_info_lib.py | 42 return stat.st_mtime if stat else 0
|
/external/strace/linux/x86_64/ |
D | asm_stat.h | 30 kernel_ulong_t st_mtime; member
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/ |
D | ext4_file_time.c | 51 t = st.st_mtime; in main()
|