OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlink_recursive
(Results
1 - 2
of
2
) sorted by null
/system/core/toolbox/
rm.c
20
static int
unlink_recursive
(const char* name, int flags)
function
47
if (
unlink_recursive
(dn, flags) < 0) {
55
/* in case readdir or
unlink_recursive
failed */
106
ret =
unlink_recursive
(argv[i], flags);
/bootable/recovery/minzip/
DirUtil.c
221
/* in case readdir or
unlink_recursive
failed */
Completed in 506 milliseconds