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