Searched refs:rootchars (Results 1 – 1 of 1) sorted by relevance
88 const char* rootchars = (rootpathObj) ? env->GetStringUTFChars(rootpathObj, NULL) : NULL; in backupToTar() local93 String8 rootpath(rootchars ? rootchars : ""); in backupToTar()99 if (rootchars) env->ReleaseStringUTFChars(rootpathObj, rootchars); in backupToTar()