Searched refs:kpidPath (Results 1 – 9 of 9) sorted by relevance
/external/lzma/CPP/7zip/UI/Common/ |
D | UpdateCallback.cpp | 106 case kpidPath: in GetProperty() 123 case kpidPath: prop = DirItems->GetLogPath(up.DirIndex); break; in GetProperty() 134 if (propID == kpidPath) in GetProperty()
|
D | OpenArchive.cpp | 42 RINOK(Archive->GetProperty(index, kpidPath, &prop)); in GetItemPath()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | List.cpp | 34 { 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/ |
D | PropID.h | 11 kpidPath, enumerator
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 24 { NULL, kpidPath, VT_BSTR}, 287 case kpidPath: prop = _subName; break; in GetProperty()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 237 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/ |
D | 7zProperties.cpp | 22 { NID::kName, { NULL, kpidPath, VT_BSTR } },
|
D | 7zHandler.cpp | 218 case kpidPath: in GetProperty()
|
D | 7zHandlerOut.cpp | 264 RINOK(updateCallback->GetProperty(i, kpidPath, &prop)); in UpdateItems()
|