Searched refs:GetPlatformString (Results 1 – 8 of 8) sorted by relevance
95 string runtimesDirectory = string.Format("runtimes/{0}/native", GetPlatformString()); in LoadUnmanagedLibrary()182 private static string GetPlatformString() in GetPlatformString() method in Grpc.Core.Internal.NativeExtension
30 std::string GetPlatformString(cl_platform_id platform, cl::PlatformInfo name) in GetPlatformString() function126 const std::string vendor = GetPlatformString(mNative, cl::PlatformInfo::Vendor); in createInfo()127 info.profile = GetPlatformString(mNative, cl::PlatformInfo::Profile); in createInfo()128 info.versionStr = GetPlatformString(mNative, cl::PlatformInfo::Version); in createInfo()129 info.name = GetPlatformString(mNative, cl::PlatformInfo::Name); in createInfo()130 std::string extensionStr = GetPlatformString(mNative, cl::PlatformInfo::Extensions); in createInfo()
24 std::string GetPlatformString(FPDF_WIDESTRING wstr);
37 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString() function
248 static const char *GetPlatformString(unsigned char platform);
710 const char *MachProcess::GetPlatformString(unsigned char platform) { function840 const char *lc_platform = GetPlatformString(deployment_info.platform);
619 attachment_name = GetPlatformString(buf.data()); in WriteAttachments()
1444 return procSP->GetPlatformString(info.platform); in DNBGetDeploymentInfo()