Searched refs:platform_string (Results 1 – 6 of 6) sorted by relevance
86 string platform_string = XLA_PLATFORM; in PrependDisabledIfIndicated() local88 if (RE2::FullMatch(/*text=*/platform_string, /*re=*/s)) { in PrependDisabledIfIndicated()
121 std::wstring platform_string(characters, L'\0'); in GetPlatformWString() local124 platform_string[i] = ptr[0] + 256 * ptr[1]; in GetPlatformWString()126 return platform_string; in GetPlatformWString()
65 PlatformKind PlatformKindFromString(string platform_string);
54 const char* platform_string; /* String to return */ member207 return strdup(p->platform_string); in ReadFdtPlatformFamily()
98 const char* platform_string; /* String to return */ member496 return StrCopy(dest, p->platform_string, size); in ReadPlatformFamilyString()