Home
last modified time | relevance | path

Searched refs:second_file_name (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/tests/ !
H A DwatchtowerTest.cpp
/glogg/tests/ !
H A DwatchtowerTest.cpp183 auto second_file_name = createTempEmptyFile(); in TEST_F() local
187 auto second_registration = registerFile( second_file_name ); in TEST_F()
188 appendDataToFile( second_file_name ); in TEST_F()
193 appendDataToFile( second_file_name ); in TEST_F()
196 remove( second_file_name.c_str() ); in TEST_F()
200 auto second_file_name = createTempEmptyFile(); in TEST_F() local
204 auto second_registration = registerFile( second_file_name ); in TEST_F()
205 appendDataToFile( second_file_name ); in TEST_F()
210 appendDataToFile( second_file_name ); in TEST_F()
213 remove( second_file_name.c_str() ); in TEST_F()
[all …]