Searched refs:fCurrentSessionFullOutputPath (Results 1 – 2 of 2) sorted by relevance
52 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()
59 std::string fCurrentSessionFullOutputPath; variable