OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modtime
(Results
51 - 75
of
81
) sorted by null
1
2
3
4
/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
/bionic/libc/upstream-netbsd/libc/gen/
utime.c
60
tv[1].tv_sec = times->
modtime
;
/external/e2fsprogs/debugfs/
ls.c
55
time_t
modtime
;
variable
89
modtime
= inode.i_mtime;
90
tm_p = localtime(&
modtime
);
dump.c
95
ut.
modtime
= inode->i_mtime;
/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
wpng.c
255
wpng_info.
modtime
= time(NULL);
/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/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/openssh/openbsd-compat/
bsd-misc.c
112
ub.
modtime
= tvp[1].tv_sec;
/external/oprofile/libutil++/
file_manip.cpp
71
utim.
modtime
= buf.st_mtime;
/libcore/luni/src/main/native/
java_io_File.cpp
86
times.
modtime
= static_cast<time_t>(ms / 1000);
/build/libs/host/
CopyFile.c
170
ut.
modtime
= pSrcStat->st_mtime;
172
ut.
modtime
+= 1;
/external/kernel-headers/original/linux/
compat.h
32
compat_time_t
modtime
;
member in struct:compat_utimbuf
/external/e2fsprogs/util/
subst.c
383
printf("Updating
modtime
for %s\n", outfn);
385
ut.
modtime
= time(0);
/system/core/adb/
file_sync_service.c
209
u.
modtime
= timestamp;
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.cc
169
times.
modtime
= timestamp;
/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;
/external/jhead/
jhead.c
[
all
...]
main.c
147
mtime.
modtime
= buf.st_mtime;
Completed in 7544 milliseconds
1
2
3
4