Searched refs:ParseMountAll (Results 1 – 4 of 4) sorted by relevance
90 Result<MountAllOptions> ParseMountAll(const std::vector<std::string>& args);
127 auto options = ParseMountAll(args.args); in check_mount_all()
575 Result<MountAllOptions> ParseMountAll(const std::vector<std::string>& args) { in ParseMountAll() function
643 auto mount_all = ParseMountAll(args.args); in do_mount_all()