Searched refs:m_sampleLogFilePath (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebMemorySampler.cpp91 printf("; Sampler log file stored at: %s\n", m_sampleLogFilePath.utf8().data());
123 m_sampleLogFilePath = openTemporaryFile(processName(), m_sampleLogFile);
132 m_sampleLogFilePath = sampleLogFilePath;
133 m_sampleLogFile = openFile(m_sampleLogFilePath, OpenForWrite);
H A DWebMemorySampler.h99 String m_sampleLogFilePath; member in class:WebKit::WebMemorySampler

Completed in 169 milliseconds