Searched refs:stat_mode (Results 1 – 1 of 1) sorted by relevance
124 static int stat_mode(const char* path) { in stat_mode() function166 EXPECT_EQ(0700, stat_mode("com.example/normal")); in TEST_F()167 EXPECT_EQ(02771, stat_mode("com.example/cache")); in TEST_F()168 EXPECT_EQ(0700, stat_mode("com.example/cache/file")); in TEST_F()