Searched refs:fileNum_ (Results 1 – 2 of 2) sorted by relevance
88 fileNum_ = 1; in TraceFileWriter()206 path_ = oldPath_.substr(0, pos) + "_" + timeStr + "_" + std::to_string(fileNum_) + in WriteHeader()209 path_ = oldPath_ + "_" + timeStr + "_" + std::to_string(fileNum_); in WriteHeader()341 fileNum_++; in IsSplitFile()
116 int fileNum_ = 0; variable