Home
last modified time | relevance | path

Searched refs:vendorSkuDeviceManifestPath (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java453 String vendorSkuDeviceManifestPath = "/vendor/etc/vintf/manifest_"+ vendorSku + ".xml"; in getVendorSepolicyVersionFromManifests() local
454 if (device.doesFileExist(vendorSkuDeviceManifestPath)) { in getVendorSepolicyVersionFromManifests()
455 deviceManifestPath = vendorSkuDeviceManifestPath; in getVendorSepolicyVersionFromManifests()