Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp373 && 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()
DOpenArchive.cpp290 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/
DPropID.h13 kpidPath, enumerator
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp24 kpidPath,
286 case kpidPath: prop = _subName; break; in GetProperty()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp262 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/
DList.cpp186 { 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/
D7zProperties.cpp22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
D7zHandler.cpp322 !_db.IsTree && */ propID == kpidPath) in GetRawProp()
610 case kpidPath: return _db.GetPath_Prop(index, value); in GetProperty()
D7zHandlerOut.cpp357 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp99 RINOK(_archiveHandler->GetProperty(index, kpidPath, &propVariantName)); in GetStream()