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

/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp86 static int stat_mode(const char* path) { function in namespace:android::installd
127 EXPECT_EQ(0700, stat_mode("com.example/normal"));
128 EXPECT_EQ(02771, stat_mode("com.example/cache"));
129 EXPECT_EQ(0700, stat_mode("com.example/cache/file"));

Completed in 583 milliseconds