Home | History | Annotate | Download | only in base

Lines Matching full:setcurrentdirectory

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