Searched refs:kpidPath (Results 1 – 10 of 10) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 392 && propID != kpidPath in GetProperty() 401 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty() 412 …else if ((up.UseArcProps || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltSt… in GetProperty() 420 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
|
D | OpenArchive.cpp | 286 kpidPath, 331 case kpidPath: in GetProperty() 620 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath() 713 RINOK(Archive->GetProperty(index, kpidPath, &prop)); in GetItemPath()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 24 kpidPath, 281 case kpidPath: prop = _subName; break; in GetProperty()
|
/external/lzma/CPP/7zip/ |
D | PropID.h | 13 kpidPath, enumerator
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 300 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream() 610 case kpidPath: prop = dirItem.Name; break; in GetProperty() 945 archive->GetProperty(i, kpidPath, &prop); in main()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zProperties.cpp | 22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
|
D | 7zHandler.cpp | 321 !_db.IsTree && */ propID == kpidPath) in GetRawProp() 603 case kpidPath: return _db.GetPath_Prop(index, value); in GetProperty()
|
D | 7zHandlerOut.cpp | 384 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 192 { kpidPath, "Name", kLeft, kLeft, 2, 24 } 487 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle() 559 if (f.PropID == kpidPath) in PrintItemInfo() 732 else if (f.PropID == kpidPath) in PrintSum()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractCallbackSfx.cpp | 107 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream()
|