Searched refs:fileNum_ (Results 1 – 2 of 2) sorted by relevance
46 fileNum_ = 1; in TraceFileWriter()109 path_ = oldPath_.substr(0, pos) + "_" + timeStr + "_" + std::to_string(fileNum_) + in WriteHeader()112 path_ = oldPath_ + "_" + timeStr + "_" + std::to_string(fileNum_); in WriteHeader()186 fileNum_++; in IsSplitFile()
83 int fileNum_; variable