Home
last modified time | relevance | path

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

/system/core/init/
Dutil.h86 std::vector<std::string> rc_paths; member
Dutil.cpp606 std::vector<std::string> rc_paths; in ParseMountAll() local
608 rc_paths.push_back(args[na]); in ParseMountAll()
611 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
Dbuiltins.cpp548 static void import_late(const std::vector<std::string>& rc_paths) { in import_late() argument
552 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()