Home
last modified time | relevance | path

Searched refs:SetDirTime (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/Windows/
DFileDir.h17 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime);
DFileDir.cpp72 bool SetDirTime(CFSTR path, const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) in SetDirTime() function
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp1066 pt.SetDirTime(); in GetStream()
1669 bool CDirPathTime::SetDirTime() in SetDirTime() function in CDirPathTime
1671 return NDir::SetDirTime(Path, in SetDirTime()
1698 _extractedFolders[pairs[i].Index].SetDirTime(); in SetDirsTimes()
DArchiveExtractCallback.h168 bool SetDirTime();
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DExtractCallbackSfx.cpp175 SetDirTime(_diskFilePath, NULL, NULL, &_processedFileInfo.MTime); in GetStream()