Home
last modified time | relevance | path

Searched refs:parallel_restorecon_dirs (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/core/init/
H A Dueventd_parser_test.cpp80 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 Dueventd_parser.cpp155 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 Dueventd_parser.h35 std::vector<std::string> parallel_restorecon_dirs; member
H A Dueventd.cpp386 ueventd_configuration.parallel_restorecon_dirs); in ueventd_main()