Home
last modified time | relevance | path

Searched refs:GetPlatformString (Results 1 – 5 of 5) 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/pdfium/testing/
Dtest_support.h72 std::string GetPlatformString(FPDF_WIDESTRING wstr);
Dtest_support.cpp107 std::string GetPlatformString(FPDF_WIDESTRING wstr) { in GetPlatformString() function
/external/pdfium/fpdfsdk/
Dfpdfannot_embeddertest.cpp27 return GetPlatformString(reinterpret_cast<FPDF_WIDESTRING>(buf.data())); in BufferToString()
/external/pdfium/samples/
Dpdfium_test.cc1087 GetPlatformString(reinterpret_cast<unsigned short*>(buf.data())); in SaveAttachments()