Home
last modified time | relevance | path

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

/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp295 auto new_target = createTempEmptyFile(); in TEST_F() local
299 symlink( new_target.c_str(), symlink_name.c_str() ); in TEST_F()
302 remove( new_target.c_str() ); in TEST_F()
306 auto new_target = createTempEmptyFile(); in TEST_F() local
309 symlink( new_target.c_str(), symlink_name.c_str() ); in TEST_F()
312 appendDataToFile( new_target ); in TEST_F()
315 remove( new_target.c_str() ); in TEST_F()