Searched defs:mkdir (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp69 static void mkdir(const char* path) { function in namespace:android::installd
71 ::mkdir(fullPath, 0755);
126 system("mkdir -p /data/local/tmp/user/0");
138 mkdir("com.example");
140 mkdir("com.example/cache");
141 mkdir("com.example/cache/foo");
160 mkdir("com.example");
161 mkdir("com.example/cache");
162 mkdir("com.example/cache/foo");
182 mkdir("co
[all...]
H A Dinstalld_service_test.cpp65 static void mkdir(const char* path, uid_t owner, gid_t group, mode_t mode) { function in namespace:android::installd
67 ::mkdir(fullPath, mode);
104 system("mkdir -p /data/local/tmp/user/0");
116 mkdir("com.example", 10000, 10000, 0700);
117 mkdir("com.example/normal", 10000, 10000, 0700);
118 mkdir("com.example/cache", 10000, 10000, 0700);
135 mkdir("com.example", 10000, 10000, 0700);
136 mkdir("com.example/foo", 10000, 10000, 0700);
138 mkdir("com.example/bar", 10000, 20000, 0700);

Completed in 57 milliseconds