Searched refs:REMOTE_USER_DIR (Results 1 – 1 of 1) sorted by relevance
85 public static final String REMOTE_USER_DIR = "/home/{$USER}/"; field in RemoteInvocationExecution524 return REMOTE_USER_DIR.replace("{$USER}", options.getInstanceUser()); in getRemoteMainDir()