Home | History | Annotate | Download | only in aapt

Lines Matching refs:strtok

105     for(char *token = strtok(patterns, delim);
107 token = strtok(NULL, delim)) {