OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_delete_dir_contents
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/cmds/installd/
utils.c
183
static int
_delete_dir_contents
(DIR *d, const char *ignore)
function
222
if (
_delete_dir_contents
(subdir, 0)) {
253
res =
_delete_dir_contents
(d, ignore);
280
res =
_delete_dir_contents
(d, 0);
Completed in 5116 milliseconds