OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_mtim
(Results
1 - 25
of
44
) sorted by null
1
2
/external/chromium_org/net/disk_cache/simple/
simple_util.cc
33
*out_sec = st.
st_mtim
.tv_sec;
34
*out_nsec = st.
st_mtim
.tv_nsec;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stat.h
89
struct timespec
st_mtim
; /* Time of last modification. */
member in struct:stat
92
# define st_mtime
st_mtim
.tv_sec
150
struct timespec
st_mtim
; /* Time of last modification. */
member in struct:stat64
153
# define st_mtime
st_mtim
.tv_sec
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h
89
struct timespec
st_mtim
; /* Time of last modification. */
member in struct:stat
92
# define st_mtime
st_mtim
.tv_sec
150
struct timespec
st_mtim
; /* Time of last modification. */
member in struct:stat64
153
# define st_mtime
st_mtim
.tv_sec
/ndk/sources/host-tools/make-3.81/
acinclude.m4
111
[AC_CACHE_CHECK([for nanoseconds field of struct stat.
st_mtim
],
124
], [struct stat s; s.
st_mtim
.ST_MTIM_NSEC;],
config.ami
204
/* Define to be the nanoseconds member of struct stat's
st_mtim
,
filedef.h
118
file_timestamp_cons (fname, (st).st_mtime, (st).
st_mtim
.ST_MTIM_NSEC)
config.h-vms
227
/* Define to be the nanoseconds member of struct stat's
st_mtim
,
/external/chromium_org/base/files/
file_posix.cc
126
time_t last_modified_sec = stat_info.
st_mtim
.tv_sec;
127
int64 last_modified_nsec = stat_info.
st_mtim
.tv_nsec;
/external/chromium_org/base/
platform_file_posix.cc
278
const time_t last_modified_sec = file_info.
st_mtim
.tv_sec;
279
const int64 last_modified_nsec = file_info.
st_mtim
.tv_nsec;
/build/core/combo/include/arch/darwin-x86/
AndroidConfig.h
279
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/linux-arm/
AndroidConfig.h
319
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/linux-arm64/
AndroidConfig.h
321
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/linux-mips/
AndroidConfig.h
336
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/linux-mips64/
AndroidConfig.h
333
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/linux-x86/
AndroidConfig.h
299
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h
308
* Define if we have
st_mtim
in struct stat
/build/core/combo/include/arch/windows/
AndroidConfig.h
336
* Define if we have
st_mtim
in struct stat
/prebuilts/sdk/tools/linux/
acp
zipalign
/build/libs/host/
CopyFile.c
67
* date. Cygwin/Mingw doesn't support
st_mtim
and always returns false.
75
return pSrcStat->
st_mtim
.tv_nsec > 0;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h
583
timestruc_t
st_mtim
;
member in struct:stat64
/frameworks/base/libs/androidfw/
BackupHelpers.cpp
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyconfig.h
665
/* Define if you have struct stat.
st_mtim
.tv_nsec */
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyconfig.h
665
/* Define if you have struct stat.
st_mtim
.tv_nsec */
[
all
...]
/external/elfutils/0.153/src/
strip.c
330
TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.
st_mtim
);
[
all
...]
Completed in 665 milliseconds
1
2