Lines Matching refs:imports
45 1. /init.rc imports /init.${ro.hardware}.rc which is the primary
277 since it has some peculiarities for backwards compatibility reasons. The 'imports' section of
513 > Calls fs\_mgr\_mount\_all on the given fs\_mgr-format fstab and imports .rc files
632 imports are handled as a file is being parsed and follow the below logic.
634 There are only three times where the init executable imports .rc files:
636 1. When it imports /init.rc or the script indicated by the property
638 2. When it imports /{system,vendor,odm}/etc/init/ for first stage mount
640 3. When it imports /{system,vendor,odm}/etc/init/ or .rc files at specified
652 1. /init.rc is parsed then recursively each of its imports are
655 sequentially, with imports happening recursively after each file is
663 for (import : file.imports)