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

/freebsd-current/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp53 if(m_mem_file.is_open())
54 m_mem_file.close();
73 m_mem_file.open(pathToFile.c_str(), std::ifstream::binary | std::ifstream::ate);
74 if(m_mem_file.is_open())
76 m_file_size = (ocsd_vaddr_t)m_mem_file.tellg() & ((ocsd_vaddr_t)~0x1);
77 m_mem_file.seekg(0, m_mem_file.beg);
204 if(!m_mem_file.is_open())
213 ocsd_vaddr_t addr_pos = (ocsd_vaddr_t)m_mem_file.tellg();
215 m_mem_file
[all...]
/freebsd-current/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_file.h223 std::ifstream m_mem_file; /**< input binary file stream */ member in class:TrcMemAccessorFile

Completed in 106 milliseconds