#include "smbios/compat.h"#include <fstream>#include <cctype>#include "testRbu.h"#include "smbios/IMemory.h"#include "smbios/ISmi.h"#include "smbios/ISmbios.h"#include "smbios/IToken.h"

Go to the source code of this file.
Namespaces | |
| namespace | rbu |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (testRbu) | |
| void | copyFile (string dstFile, string srcFile) |
| bool | fileExists (string fileName) |
| string | stringToLower (string in) |
| void | splitNewVersion (std::string ver, unsigned int &maj, unsigned int &min, unsigned int &ext) |
| void copyFile | ( | string | dstFile, | |
| string | srcFile | |||
| ) |
Definition at line 47 of file testRbu.cpp.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | testRbu | ) |
| bool fileExists | ( | string | fileName | ) |
Definition at line 58 of file testRbu.cpp.
| string stringToLower | ( | string | in | ) |
Definition at line 175 of file testRbu.cpp.
1.5.6