OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:access_time
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/kernel/syscalls/utime/
utime01.c
101
time_t modf_time,
access_time
;
local
154
access_time
= stat_buf.st_atime;
159
access_time
<= curr_time ||
160
access_time
>= pres_time) {
utime02.c
107
time_t modf_time,
access_time
;
local
160
access_time
= stat_buf.st_atime;
165
access_time
<= curr_time ||
166
access_time
>= pres_time) {
utime04.c
101
time_t modf_time,
access_time
;
local
128
access_time
= stat_buf.st_atime;
132
(
access_time
!= NEW_TIME)) {
utime05.c
107
time_t modf_time,
access_time
;
local
134
access_time
= stat_buf.st_atime;
138
(
access_time
!= NEW_TIME)) {
utime03.c
116
time_t modf_time,
access_time
;
local
187
access_time
= stat_buf.st_atime;
192
access_time
<= curr_time ||
193
access_time
>= pres_time) {
/external/e2fsprogs/lib/ext2fs/
unix_io.c
91
int
access_time
;
member in struct:unix_cache
105
int
access_time
;
member in struct:unix_private_data
397
data->
access_time
= 0;
400
cache->
access_time
= 0;
423
data->
access_time
= 0;
426
cache->
access_time
= 0;
457
cache->
access_time
= ++data->
access_time
;
461
(cache->
access_time
< oldest_cache->
access_time
))
[
all
...]
/external/tensorflow/tensorflow/contrib/ignite/kernels/igfs/
igfs_messages.cc
28
int64_t
access_time
;
local
41
TF_RETURN_IF_ERROR(client->ReadLong(&
access_time
));
Completed in 609 milliseconds