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