HomeSort by relevance Sort by last modified time
    Searched full:rootchars (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/jni/
android_app_backup_FullBackup.cpp 80 const char* rootchars = (rootpathObj) ? env->GetStringUTFChars(rootpathObj, NULL) : NULL; local
85 String8 rootpath(rootchars ? rootchars : "");
91 if (rootchars) env->ReleaseStringUTFChars(rootpathObj, rootchars);

Completed in 127 milliseconds