Home
last modified time | relevance | path

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

/glogg/glogg/tests/
H A DwatchtowerTest.cpp
/glogg/tests/
H A DwatchtowerTest.cpp356 char temp_dir[255]; in createTempDir() local
358 GetTempPath( sizeof temp_dir, temp_dir ); in createTempDir()
360 string dir_name = string { temp_dir } + string { "\\test" } + to_string( counter++ ); in createTempDir()