OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FATTR_ATIME
(Results
1 - 3
of
3
) sorted by null
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h
89
#define
FATTR_ATIME
(1 << 4)
/system/core/sdcard/
fuse.h
132
#define
FATTR_ATIME
(1 << 4)
sdcard.c
598
if (req->valid & (
FATTR_ATIME
| FATTR_MTIME)) {
601
if (req->valid &
FATTR_ATIME
) {
Completed in 202 milliseconds