Home
last modified time | relevance | path

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

/system/core/libprocessgroup/profiles/
Dcgroups_test.h57 static inline constexpr const char* REGEX_MODE = "(0[0-7]{3})?"; variable
60 EXPECT_THAT(cgroups_->cgroups(i).mode(), MatchesRegex(REGEX_MODE)) in TEST_P()
66 EXPECT_THAT(cgroups_->cgroups2().mode(), MatchesRegex(REGEX_MODE)) in TEST_P()