Searched refs:RealizedPlatform (Results 1 – 2 of 2) sorted by relevance
414 StringRef RealizedPlatform = ActualPlatform; in CheckAvailability() local416 size_t suffix = RealizedPlatform.rfind("_app_extension"); in CheckAvailability()418 RealizedPlatform = RealizedPlatform.slice(0, suffix); in CheckAvailability()424 if (RealizedPlatform != TargetPlatform) in CheckAvailability()
6232 StringRef RealizedPlatform = ActualPlatform; in getAttrForPlatform() local6234 size_t suffix = RealizedPlatform.rfind("_app_extension"); in getAttrForPlatform()6236 RealizedPlatform = RealizedPlatform.slice(0, suffix); in getAttrForPlatform()6242 if (RealizedPlatform == TargetPlatform) in getAttrForPlatform()