Home
last modified time | relevance | path

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

/system/core/init/
Dutil.h98 Result<std::string> ParseUmountAll(const std::vector<std::string>& args);
Dcheck_builtins.cpp224 auto options = ParseUmountAll(args.args); in check_umount_all()
Dutil.cpp689 Result<std::string> ParseUmountAll(const std::vector<std::string>& args) { in ParseUmountAll() function
Dbuiltins.cpp728 auto umount_all = ParseUmountAll(args.args); in do_umount_all()