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

1 2 3 4 5 6 7 8 91011>>

  /build/blueprint/tests/
test_tree_tests.sh 3 function mtime() { function
35 OLDTIME_BOOTSTRAP=$(mtime .bootstrap/build.ninja)
36 OLDTIME=$(mtime build.ninja)
41 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
46 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
57 if [ ${OLDTIME} != $(mtime build.ninja) ]; then
61 if [ ${OLDTIME_BOOTSTRAP} != $(mtime .bootstrap/build.ninja) ]; then
72 if [ ${OLDTIME} = $(mtime build.ninja) ]; then
76 if [ ${OLDTIME_BOOTSTRAP} = $(mtime .bootstrap/build.ninja) ]; then
82 OLDTIME=$(mtime build.ninja
    [all...]
  /external/elfutils/libdw/
dwarf_filesrc.c 38 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime,
44 if (mtime != NULL)
45 *mtime = file->info[idx].mtime;
dwarf_linesrc.c 38 dwarf_linesrc (Dwarf_Line *line, Dwarf_Word *mtime, Dwarf_Word *length)
49 if (mtime != NULL)
50 *mtime = line->files->info[line->file].mtime;
  /external/syslinux/
now.pl 3 # Print the time (possibly the mtime of a file) as a hexadecimal integer
4 # If more than one file, print the mtime of the *newest* file.
10 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,
12 if ( !defined($now) || $now < $mtime ) {
13 $now = $mtime;
  /external/elfutils/libdwfl/
dwfl_lineinfo.c 34 Dwarf_Word *mtime, Dwarf_Word *length)
56 if (mtime != NULL)
57 *mtime = file->mtime;
  /external/strace/
stat.h 45 long long mtime; member in struct:strace_stat
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dircache.py 28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
linecache.py 56 size, mtime, lines, fullname = cache[filename]
57 if mtime is None:
64 if size != stat.st_size or mtime != stat.st_mtime:
133 size, mtime = stat.st_size, stat.st_mtime
134 cache[filename] = size, mtime, lines, fullname
  /external/python/cpython2/Lib/
dircache.py 28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
linecache.py 60 size, mtime, lines, fullname = cache[filename]
61 if mtime is None:
68 if size != stat.st_size or mtime != stat.st_mtime:
137 size, mtime = stat.st_size, stat.st_mtime
138 cache[filename] = size, mtime, lines, fullname
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dircache.py 28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
linecache.py 56 size, mtime, lines, fullname = cache[filename]
57 if mtime is None:
64 if size != stat.st_size or mtime != stat.st_mtime:
133 size, mtime = stat.st_size, stat.st_mtime
134 cache[filename] = size, mtime, lines, fullname
  /prebuilts/gdb/linux-x86/lib/python2.7/
dircache.py 28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
linecache.py 56 size, mtime, lines, fullname = cache[filename]
57 if mtime is None:
64 if size != stat.st_size or mtime != stat.st_mtime:
133 size, mtime = stat.st_size, stat.st_mtime
134 cache[filename] = size, mtime, lines, fullname
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dircache.py 28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
linecache.py 56 size, mtime, lines, fullname = cache[filename]
57 if mtime is None:
64 if size != stat.st_size or mtime != stat.st_mtime:
133 size, mtime = stat.st_size, stat.st_mtime
134 cache[filename] = size, mtime, lines, fullname
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dircache.py 28 mtime = os.stat(path).st_mtime
29 if mtime != cached_mtime:
32 cache[path] = mtime, list
linecache.py 56 size, mtime, lines, fullname = cache[filename]
57 if mtime is None:
64 if size != stat.st_size or mtime != stat.st_mtime:
133 size, mtime = stat.st_size, stat.st_mtime
134 cache[filename] = size, mtime, lines, fullname
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
checkpyc.py 53 mtime = get_long(mtime_str)
54 if mtime == 0 or mtime == -1:
56 elif mtime <> st[ST_MTIME]:
  /external/python/cpython2/Tools/scripts/
checkpyc.py 53 mtime = get_long(mtime_str)
54 if mtime == 0 or mtime == -1:
56 elif mtime <> st[ST_MTIME]:
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-nsec-timestamps/
ext4_nsec_timestamps_test.sh 53 mtime=`ext4_file_time mnt_point/tmp_file mtime nsec`
56 if [ $atime -ne 0 -o $mtime -ne 0 -o $ctime -ne 0 ]; then
57 tst_resm TFAIL "Timestamp is not second(atime: $atime, mtime: \
58 $mtime, ctime: $ctime)"
93 # Change atime, ctime and mtime of the file
101 sec_mtime=`ext4_file_time mnt_point/tmp_file mtime sec`
104 nsec_mtime=`ext4_file_time mnt_point/tmp_file mtime nsec`
150 nsec_mtime2=`ext4_file_time mnt_point/tmp_file mtime nsec`
151 nsec_ctime2=`ext4_file_time mnt_point/tmp_file mtime nsec
    [all...]
  /external/python/cpython3/Tools/scripts/
checkpyc.py 54 mtime = get_long(mtime_str)
55 if mtime in {0, -1}:
57 elif mtime != st[ST_MTIME]:
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 50 FileTime mtime; // last modification time, from extra field data field in class:ZipEntry
145 mtime = e.mtime;
195 // Avoid setting the mtime field if time is in the valid
198 this.mtime = null;
200 this.mtime = FileTime.from(time, TimeUnit.MILLISECONDS);
221 // Android-changed: Use xdostime, returning mtime would be a
223 if (mtime != null) {
224 return mtime.toMillis();
248 this.mtime = Objects.requireNonNull(time, "lastModifiedTime")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
linecache.py 60 size, mtime, lines, fullname = cache[filename]
61 if mtime is None:
68 if size != stat.st_size or mtime != stat.st_mtime:
137 size, mtime = stat.st_size, stat.st_mtime
138 cache[filename] = size, mtime, lines, fullname
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 315 int mtime; member in struct:squashfs_base_inode_header
324 int mtime; member in struct:squashfs_ipc_inode_header
334 int mtime; member in struct:squashfs_lipc_inode_header
345 int mtime; member in struct:squashfs_dev_inode_header
356 int mtime; member in struct:squashfs_ldev_inode_header
368 int mtime; member in struct:squashfs_symlink_inode_header
380 int mtime; member in struct:squashfs_reg_inode_header
394 int mtime; member in struct:squashfs_lreg_inode_header
411 int mtime; member in struct:squashfs_dir_inode_header
425 int mtime; member in struct:squashfs_ldir_inode_header
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011>>