OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:str_path
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/android/ndk_helper/
JNIHelper.cpp
123
jstring
str_path
= GetExternalFilesDirJString( env );
local
124
const char* path = env->GetStringUTFChars(
str_path
, NULL );
134
env->ReleaseStringUTFChars(
str_path
, path );
135
env->DeleteLocalRef(
str_path
);
/prebuilts/ndk/r13/sources/android/ndk_helper/
JNIHelper.cpp
123
jstring
str_path
= GetExternalFilesDirJString( env );
local
124
const char* path = env->GetStringUTFChars(
str_path
, NULL );
134
env->ReleaseStringUTFChars(
str_path
, path );
135
env->DeleteLocalRef(
str_path
);
Completed in 48 milliseconds