Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dpseudo.c51 static char *get_component(char *target, char **targname) in get_component() function
81 target = get_component(target, &targname); in add_pseudo()
Dunsquashfs.c1258 char *get_component(char *target, char **targname) in get_component() function
1303 target = get_component(target, &targname); in add_path()
Dmksquashfs.c4501 char *get_component(char *target, char **targname) in get_component() function
4544 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()