Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.cpp106 case kpidPath: in GetProperty()
123 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty()
134 if (propID == kpidPath) in GetProperty()
DOpenArchive.cpp42 RINOK(Archive->GetProperty(index, kpidPath, &prop)); in GetItemPath()
/external/lzma/CPP/7zip/UI/Console/
DList.cpp34 { kpidPath, L"Path" },
142 { kpidPath, L"Name", kLeft, kLeft, 2, 24 }
244 ((fieldInfo.PropID == kpidPath) ? 0: fieldInfo.Width), fieldInfo.Name); in PrintTitle()
302 if (fieldInfo.PropID == kpidPath) in PrintItemInfo()
316 int width = (fieldInfo.PropID == kpidPath) ? 0: fieldInfo.Width; in PrintItemInfo()
380 else if (fieldInfo.PropID == kpidPath) in PrintSummaryInfo()
/external/lzma/CPP/7zip/
DPropID.h11 kpidPath, enumerator
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp24 { NULL, kpidPath, VT_BSTR},
287 case kpidPath: prop = _subName; break; in GetProperty()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp237 RINOK(_archiveHandler->GetProperty(index, kpidPath, &prop)); in GetStream()
530 case kpidPath: prop = dirItem.Name; break; in GetProperty()
846 archive->GetProperty(i, kpidPath, &prop); in main()
/external/lzma/CPP/7zip/Archive/7z/
D7zProperties.cpp22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
D7zHandler.cpp218 case kpidPath: in GetProperty()
D7zHandlerOut.cpp264 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()