Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/trace/
H A DSkPerfettoTrace.cpp52 fCurrentSessionFullOutputPath = fOutputPath + baseFileName + fOutputFileExtension; in openNewTracingSession()
92 fd = open(fCurrentSessionFullOutputPath.c_str(), O_RDWR | O_CREAT | O_TRUNC, 0600); in openNewTracingSession()
106 output.open(fCurrentSessionFullOutputPath, std::ios::out | std::ios::binary); in closeTracingSession()
H A DSkPerfettoTrace.h59 std::string fCurrentSessionFullOutputPath; variable