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

/sdk/find_java/src/source/
H A Dfind_java_lib.cpp44 CString *outVersionStr,
55 if (outVersionStr != NULL) {
56 outVersionStr->set(c, e - c + 1);
408 // - outVersionStr: if not null, will capture version as a string (e.g. "1.6")
410 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt) { argument
537 result = extractJavaVersion(first32, index, outVersionStr, outVersionInt);
42 extractJavaVersion(const char *start, int length, CString *outVersionStr, int *outVersionInt) argument

Completed in 95 milliseconds