Home
last modified time | relevance | path

Searched defs:fs_flags (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.cpp169 const int fs_flags; member in FileDescriptorInfo
280 int fs_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFL)); in CreateFromFd() local
378 int fd, int open_flags, int fd_flags, int fs_flags, in FileDescriptorInfo()