Home
last modified time | relevance | path

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

/external/webkit/Tools/android/webkitmerge/
Dwebkitmerge.cpp545 char* foundInJavaScriptCore = GetFile(findJavaScriptCore, NULL, &javaScriptCount); in Find() local
546 char* originalFoundInJavaScriptCore = foundInJavaScriptCore; in Find()
550 result = "JavaScriptCore/" + string(&foundInJavaScriptCore[2]); in Find()
553 result = "JavaScriptCore/" + string(&foundInJavaScriptCore[2]); in Find()
555 strncmp(&foundInJavaScriptCore[2], "API/tests/", 10) == 0) { in Find()
556 result = "JavaScriptCore/" + string(&foundInJavaScriptCore[2]); in Find()
565 fprintf(stderr, "JavaScriptCore/%s\n", &foundInJavaScriptCore[2]); in Find()
566 foundInJavaScriptCore += strlen(foundInJavaScriptCore) + 1; in Find()