Lines Matching full:path
32 // Returns the path recorded in the registry.
33 // If there is no path or it is no longer valid, returns an empty string.
36 // Sets the given path as the default to use in the registry.
41 // Fills the given set with the tuples (version, path) found, guaranteed sorted and unique.
44 // Checks the given path for a given java.exe.
45 // Input path variation tried are: path as-is, path/java.exe or path/bin/java.exe.
46 // Places the java path and version in outPath;
47 // Returns true if a java path was found *and* its version is at least mMinVersion.
48 bool checkJavaPath(const CString &path, CJavaPath *outPath);