Searched refs:configPath (Results 1 – 1 of 1) sorted by relevance
72 public boolean LoadVendorConfig(String configPath) throws RuntimeException { in LoadVendorConfig() argument73 if (configPath == null || configPath.length() == 0) { in LoadVendorConfig()74 configPath = GetVendorConfigFilePath(); in LoadVendorConfig()76 CLog.d("Loading vendor test config %s", configPath); in LoadVendorConfig()77 InputStream config = getClass().getResourceAsStream(configPath); in LoadVendorConfig()79 CLog.d("Vendor test config file %s does not exist", configPath); in LoadVendorConfig()