OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SystemUtilsTest
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
SystemUtilsTest.cpp
1
//===-
SystemUtilsTest
.cpp ------------------------------------------------===//
10
#include "
SystemUtilsTest
.h"
16
SystemUtilsTest
::
SystemUtilsTest
() {
20
SystemUtilsTest
::~
SystemUtilsTest
() {
24
void
SystemUtilsTest
::SetUp() {
28
void
SystemUtilsTest
::TearDown() {
34
TEST_F(
SystemUtilsTest
, test_strerror) {
SystemUtilsTest.h
1
//===-
SystemUtilsTest
.h --------------------------------------------------===//
17
class
SystemUtilsTest
: public ::testing::Test {
20
SystemUtilsTest
();
23
virtual ~
SystemUtilsTest
();
Completed in 70 milliseconds