MCPcopy
hub / github.com/perkeep/perkeep / initOnAndroid

Function initOnAndroid

pkg/client/android/androidx.go:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func initOnAndroid() {
75 // Good enough heuristic. Suggestions welcome.
76 onAndroidCache = dirExists("/data/data") && dirExists("/system/etc")
77}
78
79var pingRx = regexp.MustCompile(`\((.+?)\)`)
80

Callers

nothing calls this directly

Calls 1

dirExistsFunction · 0.85

Tested by

no test coverage detected