Searched refs:deviceManifestPath (Results 1 – 1 of 1) sorted by relevance
443 String deviceManifestPath = null; in getVendorSepolicyVersionFromManifests() local447 deviceManifestPath = "/vendor/etc/vintf/manifest.xml"; in getVendorSepolicyVersionFromManifests()452 if (deviceManifestPath == null && vendorSku != null && vendorSku.length() > 0) { in getVendorSepolicyVersionFromManifests()455 deviceManifestPath = vendorSkuDeviceManifestPath; in getVendorSepolicyVersionFromManifests()460 if (deviceManifestPath == null) { in getVendorSepolicyVersionFromManifests()461 deviceManifestPath = "/vendor/manifest.xml"; in getVendorSepolicyVersionFromManifests()464 CLog.i("getVendorSepolicyVersionFromManifests " + deviceManifestPath); in getVendorSepolicyVersionFromManifests()467 deviceManifestPath, "manifest.xml"); in getVendorSepolicyVersionFromManifests()