Searched refs:SetDirTime (Results 1 - 7 of 7) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileDir.h | 22 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
|
H A D | FileIO.cpp | 626 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime);
864 /* bool res2 = */ NWindows::NFile::NDir::SetDirTime(Path,
|
H A D | FileDir.cpp | 121 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() function 1045 bool SetDirTime(CFSTR path, const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime)
in SetDirTime() function
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 246 if (!SetDirTime(tempPath, NULL, NULL, &MTime))
in CloseStream_and_FinalRename() 544 if (!SetDirTime(GetFilePath(i), NULL, NULL, &mTime))
in SetMTime_Final()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | ExtractCallbackSfx.cpp | 175 SetDirTime(_diskFilePath, NULL, NULL, &_processedFileInfo.MTime);
in GetStream()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.h | 187 bool SetDirTime() const;
|
H A D | ArchiveExtractCallback.cpp | 1148 pt.SetDirTime();
in CreateFolders() 2522 bool CDirPathTime::SetDirTime() const
in SetDirTime() function in CDirPathTime 2524 return NDir::SetDirTime(Path,
in SetDirTime() 2554 if (!dpt.SetDirTime())
in SetDirsTimes()
|
Completed in 7 milliseconds