Searched refs:parallel_restorecon_dirs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/core/init/ |
H A D | ueventd_parser_test.cpp | 80 EXPECT_EQ(expected.parallel_restorecon_dirs, result.parallel_restorecon_dirs); in TestUeventdFile() 269 auto parallel_restorecon_dirs = std::vector<std::string>{ in TEST() 274 TestUeventdFile(ueventd_file, {{}, {}, {}, {}, {}, {}, parallel_restorecon_dirs}); in TEST() 387 auto parallel_restorecon_dirs = std::vector<std::string>{ in TEST() 396 external_firmware_handlers, parallel_restorecon_dirs, true, in TEST()
|
H A D | ueventd_parser.cpp | 155 std::vector<std::string>* parallel_restorecon_dirs) { in ParseParallelRestoreconDirsLine() argument 160 std::move(std::next(args.begin()), args.end(), std::back_inserter(*parallel_restorecon_dirs)); in ParseParallelRestoreconDirsLine() 290 &ueventd_configuration.parallel_restorecon_dirs)); in ParseConfig()
|
H A D | ueventd_parser.h | 35 std::vector<std::string> parallel_restorecon_dirs; member
|
H A D | ueventd.cpp | 386 ueventd_configuration.parallel_restorecon_dirs); in ueventd_main()
|