Home | History | Annotate | Download | only in installd

Lines Matching refs:delete_dir_contents

75             if (delete_dir_contents(libsymlink, 1, 0) < 0) {
119 return delete_dir_contents(pkgdir, 1, NULL);
184 return delete_dir_contents(pkgdir, 0, "lib");
225 if (delete_dir_contents(libsymlink, 1, 0) < 0) {
271 if (delete_dir_contents(data_path, 1, NULL)) {
279 if (delete_dir_contents(media_path, 1, NULL) == -1) {
294 return delete_dir_contents(cachedir, 0, 0);
1073 if (delete_dir_contents(libsymlink, 1, 0) < 0) {