Home
last modified time | relevance | path

Searched defs:getFileRecords (Results 1 – 3 of 3) sorted by relevance

/dports/editors/texworks/texworks-release-0.6.2/src/
H A DTWUtils.h218 const QList<Record> & getFileRecords() const { return m_records; } in getFileRecords() function
219 QList<Record> & getFileRecords() { return m_records; } in getFileRecords() function
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/tsk/framework/services/
H A DTskImgDBSqlite.cpp2131 const std::vector<TskFileRecord> TskImgDBSqlite::getFileRecords(const std::string& condition) const in getFileRecords() function in TskImgDBSqlite
H A DTskImgDBPostgreSQL.cpp2273 const std::vector<TskFileRecord> TskImgDBPostgreSQL::getFileRecords(const std::string& condition) c… in getFileRecords() function in TskImgDBPostgreSQL