Searched refs:destPathStr (Results 1 – 1 of 1) sorted by relevance
564 const char *destPathStr = env->GetStringUTFChars(dest_path, NULL); in android_mtp_MtpDevice_import_file() local565 if (destPathStr == NULL) { in android_mtp_MtpDevice_import_file()569 jboolean result = device->readObject(object_id, destPathStr, AID_SDCARD_RW, 0664); in android_mtp_MtpDevice_import_file()570 env->ReleaseStringUTFChars(dest_path, destPathStr); in android_mtp_MtpDevice_import_file()