Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dutil.cpp574 bool import_rc = false; in ParseMountAll() local
580 import_rc = true; in ParseMountAll()
595 import_rc = false; in ParseMountAll()
611 return MountAllOptions{rc_paths, fstab_path, mode, import_rc}; in ParseMountAll()
H A Dutil.h89 bool import_rc; member
H A Dbuiltins.cpp668 if (mount_all->import_rc) { in do_mount_all()