Searched refs:IsProcessBackgroundedCGroup (Results 1 – 3 of 3) sorted by relevance
108 return IsProcessBackgroundedCGroup(proc); in IsProcessBackgrounded()139 bool IsProcessBackgroundedCGroup(const StringPiece& cgroup_contents) { in IsProcessBackgroundedCGroup() function
207 BASE_EXPORT bool IsProcessBackgroundedCGroup(
324 EXPECT_FALSE(IsProcessBackgroundedCGroup(kNotBackgrounded)); in TEST_F()325 EXPECT_TRUE(IsProcessBackgroundedCGroup(kBackgrounded)); in TEST_F()