Home
last modified time | relevance | path

Searched refs:rc_paths (Results 1 – 3 of 3) sorted by relevance

/system/core/init/
Dutil.h85 std::vector<std::string> rc_paths; member
Dutil.cpp631 std::vector<std::string> rc_paths; in ParseMountAll() local
633 rc_paths.push_back(args[na]); in ParseMountAll()
636 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
Dbuiltins.cpp556 static void import_late(const std::vector<std::string>& rc_paths) { in import_late() argument
560 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()