Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp124 static int stat_mode(const char* path) { in stat_mode() function
166 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()