Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dfd_utils.cpp190 const int fs_flags; member in FileDescriptorInfo
301 int fs_flags = TEMP_FAILURE_RETRY(fcntl(fd, F_GETFL)); in CreateFromFd() local
404 int fd, int open_flags, int fd_flags, int fs_flags, in FileDescriptorInfo()