Home
last modified time | relevance | path

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

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