Searched refs:_arc (Results 1 – 4 of 4) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.cpp | 209 if (!_arc->Ask_INode) in PrepareHardLinks() 212 IInArchive *archive = _arc->Archive; in PrepareHardLinks() 274 _arc(NULL), in CArchiveExtractCallback() 370 _arc = arc; in Init() 520 RINOK(_arc->Archive->GetProperty(index, propID, &prop)) in GetTime() 531 return _arc->GetItem_Size(_index, _curSize, _curSize_Defined); in GetUnpackSize() 781 IInArchive *archive = _arc->Archive; in ReadLink() 832 if (_link.linkPath.IsEmpty() && _arc->GetRawProps) in ReadLink() 838 _arc->GetRawProps->GetRawProp(_index, kpidNtReparse, &data, &dataSize, &propType); in ReadLink() 983 IInArchive *archive = _arc->Archive; in Read_fi_Props() [all …]
|
D | ArchiveExtractCallback.h | 272 const CArc *_arc;
|
/third_party/skia/modules/pathkit/ |
D | externs.js | 42 _arc: function(x, y, radius, startAngle, endAngle, ccw) {}, method
|
D | chaining.js | 53 this._arc(x, y, radius, startAngle, endAngle, !!ccw);
|