Home
last modified time | relevance | path

Searched refs:GetProps (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/
DIStream.h106 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
/external/u-boot/tools/dtoc/
Dfdt.py213 self.props = self._fdt.GetProps(self)
345 def GetProps(self, node): member in Fdt
/external/lzma/CPP/7zip/Common/
DFileStreams.h92 …STDMETHOD(GetProps)(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attri…
DFileStreams.cpp297 STDMETHODIMP CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTim… in GetProps() function in CInFileStream