Searched refs:ParseUmountAll (Results 1 – 4 of 4) sorted by relevance
98 Result<std::string> ParseUmountAll(const std::vector<std::string>& args);
224 auto options = ParseUmountAll(args.args); in check_umount_all()
689 Result<std::string> ParseUmountAll(const std::vector<std::string>& args) { in ParseUmountAll() function
728 auto umount_all = ParseUmountAll(args.args); in do_umount_all()