Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp85 std::string iniFile = m_snapshotPath + SnapshotINIFilename; in readSnapShot() local
86 std::ifstream in(iniFile.c_str()); in readSnapShot()
117 iniFile = m_snapshotPath + device.get()->getIniFile(); in readSnapShot()
118 in.open(iniFile.c_str()); in readSnapShot()
129 oss << "Failed to open device file : " << iniFile << std::endl; in readSnapShot()
143 iniFile = m_snapshotPath + parser.getTraceMetadataFile(); in readSnapShot()
144 in.open(iniFile.c_str()); in readSnapShot()
166 oss << "Failed to trace ini file : " << iniFile << std::endl; in readSnapShot()
187 oss << "Read Error : Failed to open " << iniFile << "." << std::endl; in readSnapShot()
197 std::string iniFile = m_snapshotPath + SnapshotINIFilename; in checkPath() local
[all …]
Ddevice_info.cpp39 const std::string &iniFile) in DeviceInfo() argument
40 : ini(iniFile), id(deviceNum), name("") in DeviceInfo()
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Ddevice_info.h46 const std::string &iniFile);