Searched refs:USER_NAME (Results 1 – 2 of 2) sorted by relevance
46 private static final String USER_NAME; field in StaticProperty62 USER_NAME = getProperty(props, "user.name");135 return USER_NAME; in userName()
118 String USER_NAME = System.getProperty("user.name"); in setupUserRoot()119 userLockFile = new File (userRootDir,".user.lock." + USER_NAME); in setupUserRoot()121 ".userRootModFile." + USER_NAME); in setupUserRoot()