Searched refs:destPathStr (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDevice.cpp391 const char *destPathStr = env->GetStringUTFChars(dest_path, NULL); local
392 if (destPathStr == NULL) {
396 jboolean result = device->readObject(object_id, destPathStr, AID_SDCARD_RW, 0664);
397 env->ReleaseStringUTFChars(dest_path, destPathStr);

Completed in 183 milliseconds