Searched refs:writerTestPath (Results 1 – 1 of 1) sorted by relevance
143 auto writerTestPath = std::make_shared<TraceFileWriter>(testPath, true, 0, 1); variable144 EXPECT_NE(writerTestPath, nullptr);145 writerTestPath->splitFilePaths_.push("trace-write-path-1");146 writerTestPath->splitFilePaths_.push("trace-write-path-2");147 writerTestPath->DeleteOldSplitFile();148 EXPECT_TRUE(writerTestPath->IsSplitFile(300 * 1024 * 1024));