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

/frameworks/native/cmds/installd/
H A Dutils.cpp417 static int _delete_dir_contents(DIR *d, function in namespace:android::installd
459 if (_delete_dir_contents(subdir, exclusion_predicate)) {
502 res = _delete_dir_contents(d, exclusion_predicate);
529 res = _delete_dir_contents(d, 0);

Completed in 1087 milliseconds