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 - 3
of
3
) sorted by null
/frameworks/base/cmds/installd/
installd.h
112
int
delete_dir_contents
(const char *pathname,
commands.c
89
return
delete_dir_contents
(pkgdir, 1, NULL);
117
return
delete_dir_contents
(pkgdir, 0, "lib");
148
return
delete_dir_contents
(pkgdir, 1, NULL);
159
return
delete_dir_contents
(cachedir, 0, 0);
891
if (
delete_dir_contents
(libdir, 1, 0) < 0) {
968
if (
delete_dir_contents
(libdir, 1, 0) < 0) {
utils.c
241
int
delete_dir_contents
(const char *pathname,
function
Completed in 3647 milliseconds