Searched refs:atime (Results 1 - 2 of 2) sorted by relevance

/system/core/sdcard/
H A Dfuse.h90 __u64 atime; member in struct:fuse_attr
336 __u64 atime; member in struct:fuse_setattr_in
H A Dsdcard.c200 attr->atime = s->st_atime;
592 /* Handle changing atime and mtime. If FATTR_ATIME_and FATTR_ATIME_NOW
605 times[0].tv_sec = req->atime;
617 TRACE("Calling utimensat on %s with atime %ld, mtime=%ld\n", path, times[0].tv_sec, times[1].tv_sec);

Completed in 77 milliseconds