Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp55 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()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_reader.h53 const std::string &getSnapShotDir() const { return m_snapshotPath; }; in getSnapShotDir()
76 std::string m_snapshotPath; // snapshot directory - default to cwd. variable