Home
last modified time | relevance | path

Searched refs:get_component (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dpseudo.c50 static char *get_component(char *target, char **targname) in get_component() function
80 target = get_component(target, &targname); in add_pseudo()
Dunsquashfs.c1253 char *get_component(char *target, char **targname) in get_component() function
1298 target = get_component(target, &targname); in add_path()
Dmksquashfs.c4368 char *get_component(char *target, char **targname) in get_component() function
4411 target = get_component(target, &targname); in add_path()
/external/squashfs-tools/
DCHANGES33 - mksquashfs: fix potential stack overflow in get_component()
45 - pseudo: fix potential stack overflow in get_component()