Searched refs:rc_paths (Results 1 – 3 of 3) sorted by relevance
85 std::vector<std::string> rc_paths; member
631 std::vector<std::string> rc_paths; in ParseMountAll() local633 rc_paths.push_back(args[na]); in ParseMountAll()636 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
556 static void import_late(const std::vector<std::string>& rc_paths) { in import_late() argument560 if (rc_paths.empty()) { in import_late()567 for (const auto& rc_path : rc_paths) { in import_late()702 import_late(mount_all->rc_paths); in do_mount_all()