Home | History | Annotate | Download | only in base

Lines Matching defs:SetCurrentDirectory

832 bool SetCurrentDirectory(const FilePath& directory) {
834 BOOL ret = ::SetCurrentDirectory(directory.value().c_str());