HomeSort by relevance Sort by last modified time
    Searched full:lastdelim (Results 1 - 2 of 2) sorted by null

  /external/expat/xmlwf/
xmlwf.c 779 const XML_Char * lastDelim = tcsrchr(file, delim[0]);
780 if (lastDelim)
781 file = lastDelim + 1;
785 lastDelim = tcsrchr(file, winDelim[0]);
786 if (lastDelim) {
787 file = lastDelim + 1;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
xmlwf 

Completed in 32 milliseconds