Home
last modified time | relevance | path

Searched refs:path (Results 1 – 25 of 56) sorted by relevance

123

/sdk/find_java2/src/
DJavaPath.cpp27 CJavaPath::CJavaPath(int version, CPath path) : mVersion(version), mPath(path) { in CJavaPath() argument
40 void CJavaPath::set(int version, CPath path) { in set() argument
42 mPath = path; in set()
DJavaPath.h38 CJavaPath(int version, CPath path);
39 void set(int version, CPath path);
DFindJava2Dlg.cpp124 CString path = fileDlg.GetPathName(); in OnBnClickedButtonAdd() local
127 if (!mJavaFinder->checkJavaPath(path, &javaPath)) { in OnBnClickedButtonAdd()
134 msg.Format(_T("No valid Java Version found for %s"), path); in OnBnClickedButtonAdd()
234 void CFindJava2Dlg::selectPath(int index, const CJavaPath *path) { in selectPath() argument
242 if (index < 0 && path != nullptr && p == *path) { in selectPath()
244 foundPath = path; in selectPath()
DJavaFinder.cpp455 CPath path(programFilesPath); in checkProgramFiles() local
456 path.Append(_T("Java")); in checkProgramFiles()
459 if (!path.IsDirectory()) { in checkProgramFiles()
463 CPath glob(path); in checkProgramFiles()
473 CPath temp(path); in checkProgramFiles()
576 bool CJavaFinder::checkJavaPath(const CString &path, CJavaPath *outPath) { in checkJavaPath() argument
577 CPath p(path); in checkJavaPath()
583 p = CPath(path); in checkJavaPath()
DJavaFinder.h48 bool checkJavaPath(const CString &path, CJavaPath *outPath);
DFindJava2Dlg.h63 void selectPath(int index = -1, const CJavaPath *path = nullptr);
/sdk/find_java/src/source/
Dfind_java_lib.cpp85 static bool isJdkPath(const CPath &path) { in isJdkPath() argument
88 CPath pathBin(path); in isJdkPath()
92 CPath pathTools(path); in isJdkPath()
127 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk, int minVersion) { in findJavaInPath() argument
131 CPath temp(path); in findJavaInPath()
337 CPath path; in getMaxJavaInRegistry() local
338 int version = exploreJavaRegistry(entry, access, *inOutVersion, &path); in getMaxJavaInRegistry()
340 *outJavaPath = path; in getMaxJavaInRegistry()
379 CPath path(programFilesPath); in checkProgramFiles() local
380 path.addPath("Java"); in checkProgramFiles()
[all …]
Dfind_java.h33 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk = false,
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DIconLoader.java13 public static Icon load(Class<?> klass, String path) { in load() argument
15 return new ImageIcon(ImageIO.read(klass.getResourceAsStream(path))); in load()
/sdk/find_lock/
Dfind_lock.h22 bool findLock(CPath &path, CString *outModule);
/sdk/apkbuilder/etc/
Dapkbuilder.bat19 rem Set up prog to be the path of this script, including following symlinks,
27 rem Check we have a valid Java.exe in the path.
/sdk/hierarchyviewer/etc/
Dhierarchyviewer1.bat19 rem Set up prog to be the path of this script, including following symlinks,
27 rem Check we have a valid Java.exe in the path.
/sdk/eventanalyzer/etc/
Deventanalyzer73 exec java -Xmx128M $os_opts -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -jar "$ja…
/sdk/dumpeventlog/etc/
Ddumpeventlog81 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdi…
/sdk/testapps/libsAndJarTest/lib1/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/aidlTest/libWithAidl/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/javaProjectTest/app/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/jarCheckTests2/app/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/jarCheckTests2/lib2/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/customViewTest/libWithCustomView/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/files/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/jarCheckTests3/app/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/userLibTest/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/jarCheckTests2/lib1/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard
/sdk/testapps/libsAndJarTest/app/
Dproguard-project.txt7 # You can edit the include path and order by changing the ProGuard

123