Searched refs:fuse_fd (Results 1 – 2 of 2) sorted by relevance
198 const std::string& relative_upper_path, android::base::unique_fd* fuse_fd);
1526 const std::string& relative_upper_path, android::base::unique_fd* fuse_fd) { in MountUserFuse() argument1594 fuse_fd->reset(open("/dev/fuse", O_RDWR | O_CLOEXEC)); in MountUserFuse()1595 if (fuse_fd->get() == -1) { in MountUserFuse()1607 fuse_fd->get()); in MountUserFuse()