Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc396 PlatformFile other_fd = HANDLE_EINTR(dup(GetPlatformFile())); in Duplicate() local
397 if (other_fd == -1) in Duplicate()
400 return File(other_fd, async()); in Duplicate()