MCPcopy Create free account
hub / github.com/SeeFlowerX/stackplz / GetSystemConfig

Function GetSystemConfig

user/util/android.go:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25)
26
27func GetSystemConfig() (map[string]string, error) {
28 return getAndroidConfig(BOOT_CONFIG_PATH)
29}
30
31func getAndroidConfig(filename string) (map[string]string, error) {
32 var KernelConfig = make(map[string]string)

Callers 1

CheckKernelConfigFunction · 0.85

Calls 1

getAndroidConfigFunction · 0.85

Tested by

no test coverage detected