Searched refs:counter (Results 1 – 2 of 2) sorted by relevance
355 static int counter = 1; in createTempDir() local360 string dir_name = string { temp_dir } + string { "\\test" } + to_string( counter++ ); in createTempDir()370 static int counter = 1; in createTempEmptyFileInDir() local371 return createTempEmptyFile( dir + std::string { "/temp" } + to_string( counter++ ) ); in createTempEmptyFileInDir()