Searched refs:rc_paths (Results 1 – 3 of 3) sorted by relevance
86 std::vector<std::string> rc_paths; member
606 std::vector<std::string> rc_paths; in ParseMountAll() local608 rc_paths.push_back(args[na]); in ParseMountAll()611 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
548 static void import_late(const std::vector<std::string>& rc_paths) { in import_late() argument552 if (rc_paths.empty()) { in import_late()559 for (const auto& rc_path : rc_paths) { in import_late()669 import_late(mount_all->rc_paths); in do_mount_all()