Home
last modified time | relevance | path

Searched defs:path (Results 1 – 7 of 7) sorted by relevance

/sdk/find_java2/src/
DJavaPath.cpp27 CJavaPath::CJavaPath(int version, CPath path) : mVersion(version), mPath(path) { in CJavaPath()
40 void CJavaPath::set(int version, CPath path) { in set()
DFindJava2Dlg.cpp124 CString path = fileDlg.GetPathName(); in OnBnClickedButtonAdd() local
234 void CFindJava2Dlg::selectPath(int index, const CJavaPath *path) { in selectPath()
DJavaFinder.cpp455 CPath path(programFilesPath); in checkProgramFiles() local
576 bool CJavaFinder::checkJavaPath(const CString &path, CJavaPath *outPath) { in checkJavaPath()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DIconLoader.java13 public static Icon load(Class<?> klass, String path) { in load()
/sdk/find_java/src/source/
Dfind_java_lib.cpp85 static bool isJdkPath(const CPath &path) { in isJdkPath()
127 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk, int minVersion) { in findJavaInPath()
337 CPath path; in getMaxJavaInRegistry() local
379 CPath path(programFilesPath); in checkProgramFiles() local
/sdk/find_lock/
Dfind_lock.cpp568 bool findLock(CPath &path, CString *outModule) { in findLock()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DWorkspace.java703 TreePath path = parent.pathByAddingChild(n); in expandAll() local