HomeSort by relevance Sort by last modified time
    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 90 milliseconds