Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dueventd_test.cpp107 std::vector<std::pair<std::string, std::string>> files_and_contexts; in TEST() local
109 files_and_contexts.emplace_back(dir.path + "/context_"s + context, context); in TEST()
112 WriteFromMultipleThreads(files_and_contexts, [](const std::string& context) { in TEST()
116 for (const auto& [file, expected_context] : files_and_contexts) { in TEST()