OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_atim
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stat.h
88
struct timespec
st_atim
; /* Time of last access. */
member in struct:stat
91
# define st_atime
st_atim
.tv_sec /* Backward compatibility. */
149
struct timespec
st_atim
; /* Time of last access. */
member in struct:stat64
152
# define st_atime
st_atim
.tv_sec /* Backward compatibility. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h
88
struct timespec
st_atim
; /* Time of last access. */
member in struct:stat
91
# define st_atime
st_atim
.tv_sec /* Backward compatibility. */
149
struct timespec
st_atim
; /* Time of last access. */
member in struct:stat64
152
# define st_atime
st_atim
.tv_sec /* Backward compatibility. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stat.h
88
struct timespec
st_atim
; /* Time of last access. */
member in struct:stat
91
# define st_atime
st_atim
.tv_sec /* Backward compatibility. */
149
struct timespec
st_atim
; /* Time of last access. */
member in struct:stat64
152
# define st_atime
st_atim
.tv_sec /* Backward compatibility. */
/frameworks/base/libs/androidfw/
BackupHelpers.cpp
[
all
...]
/external/elfutils/src/
strip.c
303
TIMESPEC_TO_TIMEVAL (&tv[0], &pre_st.
st_atim
);
[
all
...]
Completed in 1839 milliseconds