Searched refs:create_with_content (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/cmds/installd/tests/ |
H A D | installd_service_test.cpp | 142 static void create_with_content(const std::string& path, uid_t owner, gid_t group, mode_t mode, in create_with_content() function 563 create_with_content(path, kTestAppUid, kTestAppUid, 0600, "content"); in TEST_F() 581 create_with_content(path, kTestAppUid, kTestAppUid, 0600, "content"); in TEST_F() 594 create_with_content(path, kTestAppUid, kTestAppUid, 0600, "content"); in TEST_F() 615 create_with_content(path, kTestAppUid, kTestAppUid, 0600, "content"); in TEST_F() 634 create_with_content(path, kTestAppUid, kTestAppUid, 0600, "content"); in TEST_F() 646 create_with_content(path, kTestAppUid + 1, kTestAppUid + 1, 0666, "content"); in TEST_F()
|