Searched refs:kpidPath (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 373 && propID != kpidPath in GetProperty() 382 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty() 389 || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltStream))) in GetProperty() 397 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
|
D | OpenArchive.cpp | 290 kpidPath, 335 case kpidPath: in GetProperty() 584 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath() 668 RINOK(Archive->GetProperty(index, kpidPath, &prop)); in GetItemPath()
|
/external/lzma/CPP/7zip/ |
D | PropID.h | 13 kpidPath, enumerator
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 24 kpidPath, 286 case kpidPath: prop = _subName; break; in GetProperty()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 262 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream() 579 case kpidPath: prop = dirItem.Name; break; in GetProperty() 896 archive->GetProperty(i, kpidPath, &prop); in main()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 186 { kpidPath, "Name", kLeft, kLeft, 2, 24 } 448 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle() 523 if (f.PropID == kpidPath) in PrintItemInfo() 704 else if (f.PropID == kpidPath) in PrintSum()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
|
D | 7zHandler.cpp | 322 !_db.IsTree && */ propID == kpidPath) in GetRawProp() 610 case kpidPath: return _db.GetPath_Prop(index, value); in GetProperty()
|
D | 7zHandlerOut.cpp | 357 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 99 RINOK(_archiveHandler->GetProperty(index, kpidPath, &propVariantName)); in GetStream()
|