Home
last modified time | relevance | path

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

/sdk/find_java2/src/
DJavaFinder.h48 bool checkJavaPath(const CString &path, CJavaPath *outPath);
DJavaFinder.cpp576 bool CJavaFinder::checkJavaPath(const CString &path, CJavaPath *outPath) { in checkJavaPath() argument
588 outPath->set(v, p); in checkJavaPath()
/sdk/eclipse/
Dbuild.gradle11 ext.outPath = System.env.OUT_DIR
12 if (outPath != null) {
13 ext.outFile = new File(outPath)
15 outPath = '../../out'
16 ext.outFile = new File(projectDir, outPath)
21 maven { url outPath + '/repo' }