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

/frameworks/native/cmds/installd/tests/
H A Dinstalld_service_test.cpp80 static int stat_gid(const char* path) { function in namespace:android::installd
123 EXPECT_EQ(10000, stat_gid("com.example/normal"));
124 EXPECT_EQ(20000, stat_gid("com.example/cache"));
125 EXPECT_EQ(20000, stat_gid("com.example/cache/file"));
143 EXPECT_EQ(10000, stat_gid("com.example/foo"));
144 EXPECT_EQ(20000, stat_gid("com.example/foo/file"));
145 EXPECT_EQ(10000, stat_gid("com.example/bar"));
146 EXPECT_EQ(10000, stat_gid("com.example/bar/file"));
150 EXPECT_EQ(10000, stat_gid("com.example/foo"));
151 EXPECT_EQ(10000, stat_gid("co
[all...]

Completed in 56 milliseconds