OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyMoveFile
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/Windows/
FileDir.h
27
bool
MyMoveFile
(LPCTSTR existFileName, LPCTSTR newFileName);
36
bool
MyMoveFile
(LPCWSTR existFileName, LPCWSTR newFileName);
FileDir.cpp
159
bool
MyMoveFile
(LPCTSTR existFileName, LPCTSTR newFileName)
201
bool
MyMoveFile
(LPCWSTR existFileName, LPCWSTR newFileName)
204
return
MyMoveFile
(GetSysPath(existFileName), GetSysPath(newFileName));
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
338
if (!NFile::NDirectory::
MyMoveFile
(fullProcessedPath, existPath))
Update.cpp
851
if (!NDirectory::
MyMoveFile
(tempPath, arcPath))
Completed in 49 milliseconds