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

1 2 3 4 5 6 7 8 9

  /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/cldr/tools/scripts/build/bin-build/
cleanup.sh 2 /usr/bin/find ${BUILDER_DIR} -maxdepth 1 -name 'build_*' -mtime +7 -ls -exec echo rm -rf {} \;
3 #/usr/bin/find /tmp/ -name 'ant_log*' -mtime +7 -exec /bin/rm -rf {} \;
  /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/elfutils/libdwfl/
dwfl_lineinfo.c 38 Dwarf_Word *mtime, Dwarf_Word *length)
60 if (mtime != NULL)
61 *mtime = file->mtime;
  /external/python/setuptools/setuptools/tests/
test_dep_util.py 12 mtime = 0
20 os.utime(creation_order[i], (mtime, mtime))
21 mtime += 1
  /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
  /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/openssh/
sftp-common.h 42 u_int32_t mtime; member in struct:Attrib
  /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]:
  /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/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)"
88 # Change atime, ctime and mtime of the file
96 sec_mtime=`ext4_file_time mnt_point/tmp_file mtime sec`
99 nsec_mtime=`ext4_file_time mnt_point/tmp_file mtime nsec`
140 nsec_mtime2=`ext4_file_time mnt_point/tmp_file mtime nsec`
146 unexpected. Before[atime mtime ctime]: $nsec_atime
    [all...]
  /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...]
  /cts/tests/backup/app/src/android/backup/app/
FullBackupBackupAgent.java 55 File destination, int type, long mode, long mtime) throws IOException {
57 super.onRestoreFile(data, size, destination, type, mode, mtime);
  /external/libyuv/files/tools_libyuv/valgrind/
libyuv_tests.sh 90 # -mtime +1 <- only print files modified more than 24h ago,
95 \) -mtime +1 -print0 | xargs -0 rm -rf
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 251 __le32 mtime; member in struct:squashfs_base_inode
260 __le32 mtime; member in struct:squashfs_ipc_inode
270 __le32 mtime; member in struct:squashfs_dev_inode
281 __le32 mtime; member in struct:squashfs_symlink_inode
293 __le32 mtime; member in struct:squashfs_reg_inode
307 __le32 mtime; member in struct:squashfs_lreg_inode
324 __le32 mtime; member in struct:squashfs_dir_inode
338 __le32 mtime; member in struct:squashfs_ldir_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 250 __le32 mtime; member in struct:squashfs_base_inode
259 __le32 mtime; member in struct:squashfs_ipc_inode
269 __le32 mtime; member in struct:squashfs_dev_inode
280 __le32 mtime; member in struct:squashfs_symlink_inode
292 __le32 mtime; member in struct:squashfs_reg_inode
306 __le32 mtime; member in struct:squashfs_lreg_inode
323 __le32 mtime; member in struct:squashfs_dir_inode
337 __le32 mtime; member in struct:squashfs_ldir_inode
  /external/python/cpython3/Lib/
linecache.py 26 # or a tuple (size, mtime, lines, fullname) once loaded.
70 size, mtime, lines, fullname = entry
71 if mtime is None:
78 if size != stat.st_size or mtime != stat.st_mtime:
142 size, mtime = stat.st_size, stat.st_mtime
143 cache[filename] = size, mtime, lines, fullname
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gzip.py 190 mtime = 123456789
191 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
196 self.assertTrue(hasattr(fRead, 'mtime'))
197 self.assertEqual(fRead.mtime, mtime)
200 mtime = 123456789
202 with gzip.GzipFile(self.filename, 'w', mtime = mtime) as fWrite:
218 self.assertEqual(mtimeBytes, struct.pack('<i', mtime)) # little-endian
    [all...]
  /external/elfutils/tests/
dwfllines.c 68 Dwarf_Word mtime; local
71 &mtime, &length);
140 assert (mtime == dw_mtime);
148 i, addr, src, lineno, colno, mtime, length,

Completed in 1248 milliseconds

1 2 3 4 5 6 7 8 9