Searched refs:userHome (Results 1 – 2 of 2) sorted by relevance
108 public static String userHome() { in userHome() method in StaticProperty
1815 String userHome = addTrailingSlash(tempDirectory.getPath()); in test_mkdirs() local1816 File f = new File(userHome + "mdtest" + platformId + File.separator + "mdtest2", in test_mkdirs()1818 File g = new File(userHome + "mdtest" + platformId + File.separator + "mdtest2"); in test_mkdirs()1819 File h = new File(userHome + "mdtest" + platformId); in test_mkdirs()