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

/frameworks/native/cmds/installd/
H A Dutils.cpp441 static int _delete_dir_contents(DIR *d, function in namespace:android::installd
483 if (_delete_dir_contents(subdir, exclusion_predicate)) {
526 res = _delete_dir_contents(d, exclusion_predicate);
553 res = _delete_dir_contents(d, 0);

Completed in 156 milliseconds