Home
last modified time | relevance | path

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

/external/f2fs-tools/fsck/
Dmount.c2170 int not_enough = 0; in find_next_free_block() local
2177 not_enough = 1; in find_next_free_block()
2192 if (se->valid_blocks == 0 && not_enough) { in find_next_free_block()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc5375 const int not_enough[] = {1, 2}; in TEST() local
5378 EXPECT_THAT(not_enough, Not(IsSupersetOf(expected))); in TEST()
5503 const int not_enough[] = {1, 2}; in TEST() local
5506 EXPECT_THAT(actual, Not(IsSubsetOf(not_enough))); in TEST()