Searched refs:d_fd (Results 1 – 1 of 1) sorted by relevance
282 fbl::unique_fd d_fd(openat(devfs_root.get(), kBlockDevPath, O_RDWR)); in FindTargetGptPath() local283 if (!d_fd) { in FindTargetGptPath()287 DIR* d = fdopendir(d_fd.release()); in FindTargetGptPath()
Completed in 5 milliseconds