Home
last modified time | relevance | path

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

/external/grpc-grpc/examples/android/helloworld/app/src/main/cpp/
Dgrpc-helloworld.cc110 const char* host_chars = env->GetStringUTFChars(host_raw, (jboolean*)0); in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello() local
111 std::string host(host_chars, env->GetStringUTFLength(host_raw)); in Java_io_grpc_helloworldexample_cpp_HelloworldActivity_sayHello()