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