Home
last modified time | relevance | path

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

/cts/tools/host/src/com/android/cts/
DHostConfig.java132 public boolean load(String configPath) throws SAXException, IOException, in load() argument
136 String[] subDirs = configPath.split("\\" + File.separator); in load()
146 if (File.separatorChar == configPath.charAt(configPath.length() - 1)) { in load()
147 configPath = configPath.substring(0, configPath.length() - 1); in load()
149 mConfigRoot = configPath; in load()
152 mConfigRoot = configPath.substring(0, configPath.length() - fileName.length() - 1); in load()
DTestHost.java413 static boolean loadConfig(final String configPath) throws SAXException, in loadConfig() argument
417 return sConfig.load(configPath); in loadConfig()