Home
last modified time | relevance | path

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

/build/bazel/examples/android_app/java/com/app/
Djni_dep.cc24 jchar *str1; in NewStringLatin1() local
25 str1 = reinterpret_cast<jchar *>(malloc(len * sizeof(jchar))); in NewStringLatin1()
28 str1[i] = (unsigned char)str[i]; in NewStringLatin1()
30 jstring result = env->NewString(str1, len); in NewStringLatin1()
31 free(str1); in NewStringLatin1()
/build/blueprint/proptools/
Dhash_provider_test.go115 str1 := "this is a hash test for pointers"
120 {content: &str1},