Home | History | Annotate | Download | only in android

Lines Matching refs:mDataLocator

94     mDataLocator.uriRef = uri;
105 mDataLocator.fdi.fd = fd;
118 mDataLocator.fdi.offset = offset;
121 mDataLocator.fdi.length = sb.st_size;
123 mDataLocator.fdi.length = sb.st_size - offset;
125 mDataLocator.fdi.length = length;
128 mDataLocator.fdi.mCloseAfterUse = closeAfterUse;
274 if (mDataLocatorType == kDataLocatorFd && mDataLocator.fdi.mCloseAfterUse) {
275 (void) ::close(mDataLocator.fdi.fd);
276 // would be redundant, as we're about to invalidate the union mDataLocator
277 //mDataLocator.fdi.fd = -1;
278 //mDataLocator.fdi.mCloseAfterUse = false;