Searched refs:late_import_paths (Results 1 – 3 of 3) sorted by relevance
42 extern std::vector<std::string> late_import_paths;
344 late_import_paths.emplace_back("/system/etc/init"); in LoadBootScripts()350 late_import_paths.emplace_back("/vendor/etc/init"); in LoadBootScripts()353 late_import_paths.emplace_back("/odm/etc/init"); in LoadBootScripts()356 late_import_paths.emplace_back("/product/etc/init"); in LoadBootScripts()
143 std::vector<std::string> late_import_paths; variable554 for (const auto& path : late_import_paths) { in import_late()557 late_import_paths.clear(); in import_late()