Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc381 PlatformFile other_fd = dup(GetPlatformFile()); in Duplicate() local
382 if (other_fd == -1) in Duplicate()
385 File other(other_fd); in Duplicate()