Searched refs:vndkVersion (Results 1 – 3 of 3) sorted by relevance
77 String vndkVersion = getDevice().executeShellV2Command("getprop ro.vndk.version").getStdout(); in testVendorOverlay() local81 "echo '/(product|system/product)/vendor_overlay/" + vndkVersion + in testVendorOverlay()86 assumeMkdirSuccess("/product/vendor_overlay/'" + vndkVersion + "'/testdir"); in testVendorOverlay()88 "echo overlay > /product/vendor_overlay/'" + vndkVersion + "'/testdir/test"); in testVendorOverlay()90 assumeMkdirSuccess("/product/vendor_overlay/'" + vndkVersion + "'/noexist/test"); in testVendorOverlay()91 assumeMkdirSuccess("/product/vendor_overlay/'" + vndkVersion + "'/diffcontext/test"); in testVendorOverlay()93 "restorecon -r /product/vendor_overlay/'" + vndkVersion + "'/testdir"); in testVendorOverlay()
54 static std::string vndkVersion = base::GetProperty("ro.vndk.version", ""); in getVndkVersionStr() local55 return vndkVersion; in getVndkVersionStr()
558 auto vndkVersion = base::Trim(getEnv("REQUIRED_VNDK_VERSION")); in assembleCompatibilityMatrix() local559 if (!vndkVersion.empty()) { in assembleCompatibilityMatrix()561 if (!valueInMatrix.version().empty() && valueInMatrix.version() != vndkVersion) { in assembleCompatibilityMatrix()565 << "from BOARD_VNDK_VERSION '" << vndkVersion << "'" << std::endl; in assembleCompatibilityMatrix()568 valueInMatrix = VendorNdk{std::move(vndkVersion)}; in assembleCompatibilityMatrix()