OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MySetCurrentDirectory
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
FileDir.h
62
inline bool
MySetCurrentDirectory
(LPCTSTR path)
66
bool
MySetCurrentDirectory
(LPCWSTR path);
FileDir.cpp
645
bool
MySetCurrentDirectory
(LPCWSTR path)
649
return
MySetCurrentDirectory
(GetSysPath(path));
/external/lzma/CPP/7zip/UI/Common/
Update.cpp
615
bool RestoreDirectory() { return BOOLToBool(NFile::NDirectory::
MySetCurrentDirectory
(_path)); }
Completed in 1252 milliseconds