HomeSort by relevance Sort by last modified time
    Searched refs:modtime (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
utime.h 41 __time_t modtime; /* Modification time. */ member in struct:utimbuf
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
utime.h 60 time_t modtime; member in struct:_utimbuf
65 __time32_t modtime; member in struct:__utimbuf32
70 __time64_t modtime; member in struct:__utimbuf64
76 time_t modtime; member in struct:utimbuf
81 __time32_t modtime; member in struct:utimbuf32
  /bionic/libc/upstream-netbsd/lib/libc/gen/
utime.c 60 tv[1].tv_sec = times->modtime;
  /external/e2fsprogs/debugfs/
ls.c 55 time_t modtime; variable
91 modtime = inode.i_mtime;
92 tm_p = localtime(&modtime);
dump.c 97 ut.modtime = inode->i_mtime;
  /external/libpng/contrib/gregbook/
writepng.c 173 png_time modtime; local
175 png_convert_from_time_t(&modtime, mainprog_ptr->modtime);
176 png_set_tIME(png_ptr, info_ptr, &modtime);
writepng.h 94 time_t modtime; member in struct:_mainprog_info
wpng.c 255 wpng_info.modtime = time(NULL);
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 93 long modtime = firmwareFile.lastModified(); local
97 Log.d(TAG,"prev modtime: " + prev_fw_modtime);
98 Log.d(TAG,"new modtime: " + modtime);
99 if (prev_fw_modtime == modtime) {
108 // Now that we've finished updating the firmware, save the new modtime.
109 prefs.edit().putLong(PREF_FIRMWARE_MODTIME, modtime).apply();
  /libcore/luni/src/main/native/
java_io_File.cpp 71 times.modtime = static_cast<time_t>(ms / 1000);
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
  /external/oprofile/libutil++/
file_manip.cpp 71 utim.modtime = buf.st_mtime;
  /build/libs/host/
CopyFile.c 170 ut.modtime = pSrcStat->st_mtime;
172 ut.modtime += 1;
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 155 uint32_t modtime; member in struct:ObjectFilePECOFF::coff_header
ObjectFilePECOFF.cpp 366 m_coff_header.modtime = m_data.GetU32(offset_ptr);
    [all...]
  /external/e2fsprogs/util/
subst.c 380 printf("Updating modtime for %s\n", outfn);
382 ut.modtime = time(0);
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 101 ut.actime=ut.modtime=mktime(&newdate);
  /external/zlib/src/contrib/minizip/
miniunz.c 114 ut.actime=ut.modtime=mktime(&newdate);
  /external/zlib/src/contrib/untgz/
untgz.c 245 settime.actime = settime.modtime = ftime;
  /external/zlib/src/examples/
gun.c 534 when.modtime = was.st_mtime;
  /system/core/adb/
file_sync_service.c 256 u.modtime = timestamp;
  /external/jhead/
jhead.c     [all...]
main.c 147 mtime.modtime = buf.st_mtime;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 408 ts[1].tv_sec = times->modtime;
  /frameworks/native/cmds/rawbu/
backup.cpp 611 timbuf.modtime = statBuffer.st_mtime;

Completed in 1399 milliseconds

1 2 34 5