/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/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/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/toybox/toys/posix/ |
D | ls.c | 179 if (dta->st.st_mtime > dtb->st.st_mtime) ret = -1; in compare() 180 else if (dta->st.st_mtime < dtb->st.st_mtime) ret = 1; in compare() 227 if (flags & FLAG_u) new->st.st_mtime = new->st.st_atime; in filter() 228 if (flags & FLAG_c) new->st.st_mtime = new->st.st_ctime; in filter() 476 tm = localtime(&(st->st_mtime)); in listfiles()
|
/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
D | 14-1.c | 81 mtime1 = stat_buff.st_mtime; in main() 103 mtime2 = stat_buff.st_mtime; in main()
|
/external/autotest/client/site_tests/login_OwnershipNotRetaken/ |
D | login_OwnershipNotRetaken.py | 49 mtime = os.stat(constants.OWNER_KEY_FILE).st_mtime 59 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
|
D | zipfile.py | 484 mtime = time.localtime(st.st_mtime) 1897 os.stat(file_pyc).st_mtime >= os.stat(file_py).st_mtime): 1901 os.stat(pycache_opt0).st_mtime >= os.stat(file_py).st_mtime): 1907 os.stat(pycache_opt1).st_mtime >= os.stat(file_py).st_mtime): 1913 os.stat(pycache_opt2).st_mtime >= os.stat(file_py).st_mtime): 1945 os.stat(fname).st_mtime >= os.stat(file_py).st_mtime):
|
/external/python/cpython3/Tools/hg/ |
D | hgtouch.py | 49 o_time = os.stat(f_output).st_mtime 59 i_time = os.stat(f_i).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 | 52 mtime = int(os.stat(self.source_path).st_mtime) 295 mtime = os.stat(pycpath).st_mtime 298 mtime2 = os.stat(pycpath).st_mtime 302 mtime2 = os.stat(pycpath).st_mtime 361 mtime = os.stat(pycpath).st_mtime 364 mtime2 = os.stat(pycpath).st_mtime 368 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/valgrind/include/vki/ |
D | vki-s390x-linux.h | 416 unsigned long st_mtime; member 444 unsigned long st_mtime; member 465 unsigned long st_mtime; member
|
/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()
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | local_path_info.py | 18 return max(priority_group, key=lambda path: os.stat(path).st_mtime)
|