Home
last modified time | relevance | path

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

/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp537 char* foundInWebCore = GetFile(findWebCore, NULL, &webCount); in Find() local
538 char* originalFoundInWebCore = foundInWebCore; in Find()
548 result = "WebCore/" + string(&foundInWebCore[2]); in Find()
552 strncmp(&foundInWebCore[2], "ForwardingHeaders/", 18) == 0) { in Find()
561 fprintf(stderr, "WebCore/%s\n", &foundInWebCore[2]); in Find()
562 foundInWebCore += strlen(foundInWebCore) + 1; in Find()