HomeSort by relevance Sort by last modified time
    Searched defs:modtime (Results 51 - 59 of 59) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
utime.h 41 __time_t modtime; /* Modification time. */ member in struct:utimbuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
utime.h 41 __time_t modtime; /* Modification time. */ member in struct:utimbuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
utime.h 41 __time_t modtime; /* Modification time. */ member in struct:utimbuf
  /external/libpng/contrib/gregbook/
writepng.c 171 png_time modtime; local
173 png_convert_from_time_t(&modtime, mainprog_ptr->modtime);
174 png_set_tIME(png_ptr, info_ptr, &modtime);
writepng.h 94 time_t modtime; member in struct:_mainprog_info
  /external/e2fsprogs/debugfs/
ls.c 55 time_t modtime; variable
89 modtime = inode.i_mtime;
90 tm_p = localtime(&modtime);
  /external/kernel-headers/original/linux/
compat.h 32 compat_time_t modtime; member in struct:compat_utimbuf
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 109 long modtime = firmwareFile.lastModified(); local
113 Log.d(TAG,"prev modtime: " + prev_fw_modtime);
114 Log.d(TAG,"new modtime: " + modtime);
115 if (prev_fw_modtime == modtime) {
124 // Now that we've finished updating the firmware, save the new modtime.
125 prefs.edit().putLong(PREF_FIRMWARE_MODTIME, modtime).apply();
  /external/valgrind/main/include/vki/
vki-linux.h 358 vki_time_t modtime; member in struct:vki_utimbuf
    [all...]

Completed in 683 milliseconds

1 23