Searched refs:O_NOREMOTE (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h55 #define O_NOREMOTE 0x00200000 macro
/fuchsia/zircon/system/ulib/fs-management/
H A Dmount.cpp369 unique_fd fd(open(mount_path, O_DIRECTORY | O_NOREMOTE | O_ADMIN));
/fuchsia/zircon/system/utest/fs-management/
H A Dfs-management.cpp321 // Finally, umount using O_NOREMOTE and acquiring the connection
356 int mount_fd = open(mount_path, O_RDONLY | O_NOREMOTE | O_ADMIN);
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c175 static_assert(O_NOREMOTE == ZX_FS_FLAG_NOREMOTE, "Open Flag mismatch");
179 O_DIRECTORY | O_APPEND | O_NOREMOTE)

Completed in 91 milliseconds