Home
last modified time | relevance | path

Searched refs:dup_flags (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dfd_utils.cpp353 int dup_flags = (fd_flags & FD_CLOEXEC) ? O_CLOEXEC : 0; in ReopenOrDetach() local
354 if (TEMP_FAILURE_RETRY(dup3(new_fd, fd, dup_flags)) == -1) { in ReopenOrDetach()
359 dup_flags, in ReopenOrDetach()