MCPcopy Index your code
hub / github.com/arduino/Arduino / getHardwareFolder

Method getHardwareFolder

arduino-core/src/processing/app/BaseNoGui.java:238–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 static public File getHardwareFolder() {
239 // calculate on the fly because it's needed by Preferences.init() to find
240 // the boards.txt and programmers.txt preferences files (which happens
241 // before the other folders / paths get cached).
242 return getContentFile("hardware");
243 }
244
245 static public String getHardwarePath() {
246 return getHardwareFolder().getAbsolutePath();

Callers 6

callArduinoBuilderMethod · 0.95
initMethod · 0.95
getHardwarePathMethod · 0.95
initPackagesMethod · 0.95
BaseMethod · 0.95

Calls 1

getContentFileMethod · 0.95

Tested by

no test coverage detected