Searched refs:raw_fd (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp128 int raw_fd; local
129 if ((raw_fd = openat(dirfd, name, O_RDWR)) < 0) {
132 fd.reset(raw_fd);
/fuchsia/zircon/system/utest/fs/
H A Dtest-append.cpp143 int raw_fd; local
144 ASSERT_EQ(fdio_create_fd(handles, types, count, &raw_fd), ZX_OK);
145 fbl::unique_fd cloned_fd(raw_fd);
/fuchsia/zircon/system/utest/ramdisk/
H A Dramdisk.cpp61 int raw_fd = get_ramdisk(blk_size, blk_count); local
62 fbl::unique_fd fd(raw_fd);
71 int raw_fd = get_ramdisk(blk_size, blk_count, guid, guid_len); local
72 fbl::unique_fd fd(raw_fd);

Completed in 40 milliseconds