Home
last modified time | relevance | path

Searched refs:MountAllOptions (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dutil.h80 struct MountAllOptions { struct
87 Result<MountAllOptions> ParseMountAll(const std::vector<std::string>& args); argument
Dutil.cpp521 Result<MountAllOptions> ParseMountAll(const std::vector<std::string>& args) { in ParseMountAll()
560 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()