Home
last modified time | relevance | path

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

/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp647 char* exceptionDirStart = start; in GetMakeAndExceptions() local
648 if (strncmp(exceptionDirStart, "#\t", 2) != 0) { in GetMakeAndExceptions()
649 myassert(exceptionDirStart[0] == '\0'); in GetMakeAndExceptions()
652 exceptionDirStart += 2; in GetMakeAndExceptions()
653 char* exceptionDirEnd = exceptionDirStart; in GetMakeAndExceptions()
664 if (exceptionDirStart[0] == '/') in GetMakeAndExceptions()
666 excludedDirs += exceptionDirStart; in GetMakeAndExceptions()