Searched defs:mountfd (Results 1 – 1 of 1) sorted by relevance
142 int mountfd = open(mount_path, O_RDONLY | O_DIRECTORY | O_ADMIN); in FmountFunmount() local171 int mountfd = open(mount_path, O_RDONLY | O_DIRECTORY | O_ADMIN); in DoMountEvil() local275 int mountfd = open(parent_path, O_RDONLY | O_DIRECTORY | O_ADMIN); in MountEvilMinfs() local451 fbl::unique_fd mountfd(open(mount_path, O_RDONLY | O_ADMIN)); in MountGetDevice() local
Completed in 4 milliseconds