OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strlist_done
(Results
1 - 4
of
4
) sorted by null
/system/core/toolbox/
dynarray.h
66
/* note:
strlist_done
will free all the strings owned by the list */
67
void
strlist_done
( strlist_t *list );
getprop.c
31
strlist_done
(list);
dynarray.c
82
void
strlist_done
( strlist_t *list )
function
ls.c
354
strlist_done
(&files);
399
strlist_done
(&subdirs);
477
strlist_done
(&files);
Completed in 524 milliseconds