serviceStoragePaths top-level property
- @visibleForTesting
getter/setter pair
Where the service registry and the compiled service binaries live.
null is the platform's own location — the only value production ever uses.
A test points it at a temp directory, so exercising these commands never
reads, writes or uninstalls anything in the developer's real registry.
Implementation
@visibleForTesting
svc.StoragePaths? serviceStoragePaths;