HomeSort by relevance Sort by last modified time
    Searched refs:str_path (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r16/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 );
  /external/python/cpython3/Modules/
_tkinter.c 744 PyObject *str_path; local
750 str_path = _get_tcl_lib_path();
751 if (str_path == NULL && PyErr_Occurred()) {
754 if (str_path != NULL) {
755 utf8_path = PyUnicode_AsUTF8String(str_path);
3606 PyObject *str_path; local
    [all...]

Completed in 145 milliseconds