Home
last modified time | relevance | path

Searched refs:fuse_fd (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/
H A DUtils.h198 const std::string& relative_upper_path, android::base::unique_fd* fuse_fd);
H A DUtils.cpp1526 const std::string& relative_upper_path, android::base::unique_fd* fuse_fd) { in MountUserFuse() argument
1594 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()