Home
last modified time | relevance | path

Searched refs:getIniFile (Results 1 – 3 of 3) sorted by relevance

/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Ddevice_info.h49 std::string getIniFile() const;
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Ddevice_info.cpp50 std::string DeviceInfo::getIniFile() const in getIniFile() function in DeviceInfo
Dsnapshot_reader.cpp114 …"Device " << device.get()->getID() << ": Ini file = " << device.get()->getIniFile() << "; Name = "… in readSnapShot()
117 iniFile = m_snapshotPath + device.get()->getIniFile(); in readSnapShot()