Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeExtension.cs95 string runtimesDirectory = string.Format("runtimes/{0}/native", GetPlatformString()); in LoadUnmanagedLibrary()
182 private static string GetPlatformString() in GetPlatformString() method in Grpc.Core.Internal.NativeExtension
/external/angle/src/libANGLE/renderer/cl/
DCLPlatformCL.cpp30 std::string GetPlatformString(cl_platform_id platform, cl::PlatformInfo name) in GetPlatformString() function
126 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()
/external/pdfium/testing/
Dfx_string_testhelpers.h24 std::string GetPlatformString(FPDF_WIDESTRING wstr);
Dfx_string_testhelpers.cpp37 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.h248 static const char *GetPlatformString(unsigned char platform);
DMachProcess.mm710 const char *MachProcess::GetPlatformString(unsigned char platform) { function
840 const char *lc_platform = GetPlatformString(deployment_info.platform);
/external/pdfium/samples/
Dpdfium_test_write_helper.cc619 attachment_name = GetPlatformString(buf.data()); in WriteAttachments()
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp1444 return procSP->GetPlatformString(info.platform); in DNBGetDeploymentInfo()