Searched refs:m_snapshotPath (Results 1 – 2 of 2) sorted by relevance
55 m_snapshotPath(""), in SnapShotReader()71 m_snapshotPath = dir; in setSnapshotDir()75 m_snapshotPath += DIR_CHAR; in setSnapshotDir()85 std::string iniFile = m_snapshotPath + SnapshotINIFilename; in readSnapShot()117 iniFile = m_snapshotPath + device.get()->getIniFile(); in readSnapShot()143 iniFile = m_snapshotPath + parser.getTraceMetadataFile(); in readSnapShot()197 std::string iniFile = m_snapshotPath + SnapshotINIFilename; in checkPath()
53 const std::string &getSnapShotDir() const { return m_snapshotPath; }; in getSnapShotDir()76 std::string m_snapshotPath; // snapshot directory - default to cwd. variable