Home
last modified time | relevance | path

Searched refs:REMOTE_USER_DIR (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java85 public static final String REMOTE_USER_DIR = "/home/{$USER}/"; field in RemoteInvocationExecution
524 return REMOTE_USER_DIR.replace("{$USER}", options.getInstanceUser()); in getRemoteMainDir()