Home
last modified time | relevance | path

Searched defs:testFileName (Results 1 – 5 of 5) sorted by relevance

/openbmc/estoraged/src/test/erase/
H A Dzero_test.cpp29 std::string testFileName = "testfile_pass"; in TEST() local
50 std::string testFileName = "testfile_notDivisible"; in TEST() local
71 std::string testFileName = "testfile_notZeroStart"; in TEST() local
97 std::string testFileName = "testfile_notZeroEnd"; in TEST() local
123 std::string testFileName = "testfile_shortRead"; in TEST() local
156 std::string testFileName = "testfile_shortRead"; in TEST() local
191 std::string testFileName = "testfile_driveIsSmaller"; in TEST() local
H A Dpattern_test.cpp31 std::string testFileName = "patternPass"; in TEST() local
56 std::string testFileName = "notDivisible"; in TEST() local
76 std::string testFileName = "patternsDontMatch"; in TEST() local
101 std::string testFileName = "testfile_shortRead"; in TEST() local
163 std::string testFileName = "testfile_shortRead"; in TEST() local
198 std::string testFileName = "testfile_driveIsSmaller"; in TEST() local
H A Dcrypto_test.cpp29 const std::string testFileName = "testFile"; variable
/openbmc/estoraged/src/test/
H A Dutil_test.cpp23 std::string testFileName = prefixName + "/life_time"; in TEST() local
36 std::string testFileName = prefixName + "/life_time"; in TEST() local
50 std::string testFileName = prefixName + "/life_time"; in TEST() local
63 std::string testFileName = prefixName + "/name"; in TEST() local
71 std::string testFileName = prefixName + "/name"; in TEST() local
84 std::string testFileName = prefixName + "/serial"; in TEST() local
92 std::string testFileName = prefixName + "/serial"; in TEST() local
H A Destoraged_test.cpp39 const char* testFileName = "testfile"; member in estoraged_test::EStoragedTest