MCPcopy Create free account
hub / github.com/google/gapid / System

Method System

core/os/file/path.go:92–92  ·  view source on GitHub ↗

System returns the full absolute path using the system separator.

()

Source from the content-addressed store, hash-verified

90
91// System returns the full absolute path using the system separator.
92func (p Path) System() string { return p.value }
93
94// URL returns the full absolute path using the / separator prefixed by the URL
95// file scheme.

Callers 15

WalkMethod · 0.95
adb_data_test.goFile · 0.80
initFunction · 0.80
prepareADBCommandMethod · 0.80
TestFilePushFunction · 0.80
TestFilePullFunction · 0.80
scanDevicesFunction · 0.80
TestInstallAPKFunction · 0.80
TestReinstallAPKFunction · 0.80
TestSetSELinuxEnforcingFunction · 0.80

Calls

no outgoing calls

Tested by 10

initFunction · 0.64
TestFilePushFunction · 0.64
TestFilePullFunction · 0.64
TestInstallAPKFunction · 0.64
TestReinstallAPKFunction · 0.64
TestSetSELinuxEnforcingFunction · 0.64
TestStartActivityFunction · 0.64
TestJunctionFunction · 0.64