Searched defs:newResult (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjniCheck.cpp1313 jchar* newResult = (jchar*) (tagLocation + 1); variable
1314 memcpy(newResult, result, len * sizeof(jchar));
1320 return newResult;
1383 char* newResult = (char*) (tagLocation + 1); variable
1384 strcpy(newResult, result);
1390 return newResult;
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c116 WCHAR* newResult = (WCHAR*)realloc(result, (len+1) * sizeof(WCHAR)); local
117 if (newResult != NULL) {
118 result = newResult;

Completed in 36 milliseconds