Home
last modified time | relevance | path

Searched refs:ParseUmountAll (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/init/
H A Dutil.h99 Result<std::string> ParseUmountAll(const std::vector<std::string>& args);
H A Dcheck_builtins.cpp224 auto options = ParseUmountAll(args.args); in check_umount_all()
H A Dutil.cpp664 Result<std::string> ParseUmountAll(const std::vector<std::string>& args) { in ParseUmountAll() function
H A Dbuiltins.cpp695 auto umount_all = ParseUmountAll(args.args); in do_umount_all()