Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_reader.h58 const bool snapshotFound() const { return m_snapshot_found; }; in snapshotFound()
77 bool m_snapshot_found; // true if the path supplied can be opened. variable
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp56 m_snapshot_found(false), in SnapShotReader()
199 m_snapshot_found = false; in checkPath()
204 m_snapshot_found = true; in checkPath()