Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dutils.cpp309 static int _delete_dir_contents(DIR *d, in _delete_dir_contents() function
351 if (_delete_dir_contents(subdir, exclusion_predicate)) { in _delete_dir_contents()
394 res = _delete_dir_contents(d, exclusion_predicate); in delete_dir_contents()
421 res = _delete_dir_contents(d, 0); in delete_dir_contents_fd()
728 _delete_dir_contents(subdir, NULL); in _add_cache_files()