Home | History | Annotate | Download | only in android

Lines Matching refs:mDataLocator

92     mDataLocator.uriRef = uri;
103 mDataLocator.fdi.fd = fd;
116 mDataLocator.fdi.offset = offset;
119 mDataLocator.fdi.length = sb.st_size;
121 mDataLocator.fdi.length = sb.st_size - offset;
123 mDataLocator.fdi.length = length;
126 mDataLocator.fdi.mCloseAfterUse = closeAfterUse;
262 if (mDataLocatorType == kDataLocatorFd && mDataLocator.fdi.mCloseAfterUse) {
263 (void) ::close(mDataLocator.fdi.fd);
264 // would be redundant, as we're about to invalidate the union mDataLocator
265 //mDataLocator.fdi.fd = -1;
266 //mDataLocator.fdi.mCloseAfterUse = false;