OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirUnlinkHierarchy
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minzip/
DirUtil.h
49
int
dirUnlinkHierarchy
(const char *path);
DirUtil.c
183
dirUnlinkHierarchy
(const char *path)
215
if (
dirUnlinkHierarchy
(dn) < 0) {
/bootable/recovery/updater/
install.c
344
if ((recursive ?
dirUnlinkHierarchy
(paths[i]) : unlink(paths[i])) == 0)
[
all
...]
Completed in 3286 milliseconds