Home
last modified time | relevance | path

Searched refs:kpidPath (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp388 && propID != kpidPath in GetProperty()
397 else if (propID == kpidPath && up.NewNameIndex >= 0) in GetProperty()
403 …else if ((up.UseArcProps || (KeepOriginalItemNames && (propID == kpidPath || propID == kpidIsAltSt… in GetProperty()
411 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
DOpenArchive.cpp286 kpidPath,
331 case kpidPath: in GetProperty()
617 if (GetRawProps->GetRawProp(index, kpidPath, &p, &size, &propType) == S_OK && in GetItemPath()
710 RINOK(Archive->GetProperty(index, kpidPath, &prop)); in GetItemPath()
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp24 kpidPath,
281 case kpidPath: prop = _subName; break; in GetProperty()
/external/lzma/CPP/7zip/
DPropID.h13 kpidPath, enumerator
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp270 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream()
580 case kpidPath: prop = dirItem.Name; break; in GetProperty()
908 archive->GetProperty(i, kpidPath, &prop); in main()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp192 { kpidPath, "Name", kLeft, kLeft, 2, 24 }
488 PrintString(f.TitleAdjustment, ((f.PropID == kpidPath) ? 0: f.Width), f.NameA); in PrintTitle()
563 if (f.PropID == kpidPath) in PrintItemInfo()
735 else if (f.PropID == kpidPath) in PrintSum()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
D7zHandler.cpp315 !_db.IsTree && */ propID == kpidPath) in GetRawProp()
597 case kpidPath: return _db.GetPath_Prop(index, value); in GetProperty()
D7zHandlerOut.cpp372 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp107 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream()