Searched refs:late_import_paths (Results 1 – 3 of 3) sorted by relevance
42 extern std::vector<std::string> late_import_paths;
311 late_import_paths.emplace_back("/system/etc/init"); in LoadBootScripts()317 late_import_paths.emplace_back("/vendor/etc/init"); in LoadBootScripts()320 late_import_paths.emplace_back("/odm/etc/init"); in LoadBootScripts()323 late_import_paths.emplace_back("/product/etc/init"); in LoadBootScripts()
140 std::vector<std::string> late_import_paths; variable562 for (const auto& path : late_import_paths) { in import_late()565 late_import_paths.clear(); in import_late()