HomeSort by relevance Sort by last modified time
    Searched refs:CPath (Results 1 - 17 of 17) sorted by null

  /sdk/find_lock/
find_lock.h 22 bool findLock(CPath &path, CString *outModule);
find_lock_exe.cpp 32 CPath dirPath;
find_lock.cpp 568 bool findLock(CPath &path, CString *outModule) {
  /sdk/find_java/src/source/
find_java.h 33 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk = false,
35 int findJavaInEnvPath(CPath *outJavaPath, bool isJdk = false,
37 int findJavaInRegistry(CPath *outJavaPath, bool isJdk = false,
39 int findJavaInProgramFiles(CPath *outJavaPath, bool isJdk = false,
42 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt);
find_java_lib.cpp 85 static bool isJdkPath(const CPath &path) {
88 CPath pathBin(path);
92 CPath pathTools(path);
104 static int checkPath(CPath *inOutPath) {
121 static int checkBinPath(CPath *inOutPath) {
127 int findJavaInPath(const CPath &path, CPath *outJavaPath, bool isJdk, int minVersion) {
131 CPath temp(path);
152 int findJavaInEnvPath(CPath *outJavaPath, bool isJdk, int minVersion) {
157 CPath p(envPath);
    [all...]
utils.h 237 class CPath : public CString {
239 CPath() : CString() { }
240 CPath(const CString &str) : CString(str) { }
241 CPath(const CPath &str) : CString(str) { }
242 explicit CPath(const char *str) : CString(str) { }
243 CPath(const char *start, int length) : CString(start, length) { }
245 CPath& operator=(const CPath &str) {
251 CPath& addPath(const CString &s) {
    [all...]
find_java_exe.cpp 73 CPath javaPath("<not found>");
167 CPath javaPath;
171 CPath customPath(customPathStr);
224 CPath javawPath(javaPath);
utils.cpp 135 bool getModuleDir(CPath *outDir) {
  /sdk/find_java2/src/
JavaPath.h 19 #include <atlpath.h> // ATL CPath
32 CPath mPath;
38 CJavaPath(int version, CPath path);
39 void set(int version, CPath path);
JavaPath.cpp 27 CJavaPath::CJavaPath(int version, CPath path) : mVersion(version), mPath(path) {
37 mPath = CPath();
40 void CJavaPath::set(int version, CPath path) {
72 mPath = CPath(shortPath);
utils.h 19 #include <atlpath.h> // ATL CPath
49 bool getModuleDir(CPath *outDir);
JavaFinder.cpp 70 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt) {
215 static int checkPath(CPath *inOutPath) {
241 static int checkBinPath(CPath *inOutPath) {
259 CPath p(envPath);
276 CPath p(tok);
342 CPath rootKey(_T("SOFTWARE\\JavaSoft\\"));
346 CPath subKey(rootKey);
353 CPath javaHome(value);
372 CPath javaHome;
387 CPath subKey(rootKey);
    [all...]
utils.cpp 220 bool getModuleDir(CPath *outDir) {
224 CPath dir(programDir);
FindJava2Dlg.cpp 22 #include <atlpath.h> // ATL CPath
131 CJavaPath(mJavaFinder->getMinVersion(), CPath()).getVersion(),
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
UpdateBuildVersions.py 173 CPath = os.path.join(os.environ['BASE_TOOLS_PATH'], "Source", "C", "Include", "Common")
174 BuildVersionH = os.path.join(CPath, "BuildVersion.h")
179 BuildVersionOrig = os.path.join(CPath, "orig_BuildVersion.h")
328 CPath = os.path.join(os.environ['BASE_TOOLS_PATH'], "Source", "C", "Include", "Common")
329 BuildVersionH = os.path.join(CPath, "BuildVersion.h")
330 OrigBuildVersionH = os.path.join(CPath, "orig_BuildVersion.h")
  /sdk/find_java2/FindJava2/
FindJava2.cpp 175 CPath javawPath = javaPath.mPath;
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 1051 milliseconds