Searched refs:systemServerClassPath (Results 1 – 1 of 1) sorted by relevance
1421 final String systemServerClassPath = System.getenv("SYSTEMSERVERCLASSPATH"); in PackageManagerService() local1432 if (systemServerClassPath != null) { in PackageManagerService()1433 String[] systemServerClassPathElements = splitString(systemServerClassPath, ':'); in PackageManagerService()