Home
last modified time | relevance | path

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

/sdk/find_java/src/source/
Dfind_java_lib.cpp131 CPath temp(path); in findJavaInPath() local
133 version = checkPath(&temp); in findJavaInPath()
136 if (isJdkPath(temp)) { in findJavaInPath()
137 version = checkBinPath(&temp); in findJavaInPath()
143 fprintf(stderr, "Java %d found in path: %s\n", version, temp.cstr()); in findJavaInPath()
145 *outJavaPath = temp; in findJavaInPath()
394 CPath temp(path); in checkProgramFiles() local
395 temp.addPath(findData.cFileName); in checkProgramFiles()
398 if (!isJdk || isJdkPath(temp)) { in checkProgramFiles()
399 int v = checkBinPath(&temp); in checkProgramFiles()
[all …]
/sdk/find_java2/src/
DJavaFinder.cpp473 CPath temp(path); in checkProgramFiles() local
474 temp.Append(findData.cFileName); in checkProgramFiles()
476 int v = checkBinPath(&temp); in checkProgramFiles()
478 outPaths->insert(CJavaPath(v, temp)); in checkProgramFiles()