Searched refs:toDirectory (Results 1 – 2 of 2) sorted by relevance
124 f = toDirectory(System.getProperty(TEMP_DIR_PROPERTY_NAME)); in getTempDir()130 f = toDirectory(System.getProperty("java.io.tmpdir")); in getTempDir()137 f = toDirectory(System.getenv("TEMP")); in getTempDir()144 f = toDirectory(userprofile + "\\AppData\\Local\\Temp"); in getTempDir()149 f = toDirectory(userprofile + "\\Local Settings\\Temp"); in getTempDir()155 f = toDirectory(System.getenv("TMPDIR")); in getTempDir()177 private static File toDirectory(String path) { in toDirectory() method in HostProperties
123 f = toDirectory(System.getProperty(TEMP_DIR_PROPERTY_NAME)); in getTempDir()129 f = toDirectory(System.getProperty("java.io.tmpdir")); in getTempDir()136 f = toDirectory(System.getenv("TEMP")); in getTempDir()143 f = toDirectory(userprofile + "\\AppData\\Local\\Temp"); in getTempDir()148 f = toDirectory(userprofile + "\\Local Settings\\Temp"); in getTempDir()154 f = toDirectory(System.getenv("TMPDIR")); in getTempDir()176 private static File toDirectory(String path) { in toDirectory() method in HostProperties