Mixe for Privacy and Anonymity in the Internet
|
#include <CAFileSystemDirectory.hpp>
Public Member Functions | |
CAFileSystemDirectory (UINT8 *strPath) | |
~CAFileSystemDirectory () | |
SINT32 | find (UINT8 *strPattern) |
SINT32 | getNextSearchResult (UINT8 *strResult, UINT32 sizeResult) |
Private Attributes | |
UINT8 * | m_strPath |
UINT8 * | m_strPattern |
DIR * | m_hSearch |
Definition at line 30 of file CAFileSystemDirectory.hpp.
CAFileSystemDirectory::CAFileSystemDirectory | ( | UINT8 * | strPath | ) |
Definition at line 31 of file CAFileSystemDirectory.cpp.
References m_hSearch, m_strPath, and m_strPattern.
CAFileSystemDirectory::~CAFileSystemDirectory | ( | ) |
Definition at line 43 of file CAFileSystemDirectory.cpp.
References m_hSearch, m_strPath, and m_strPattern.
Definition at line 60 of file CAFileSystemDirectory.cpp.
References E_SUCCESS, E_UNKNOWN, m_hSearch, m_strPath, and m_strPattern.
Definition at line 84 of file CAFileSystemDirectory.cpp.
References E_SUCCESS, E_UNKNOWN, m_hSearch, m_strPath, and m_strPattern.
|
private |
Definition at line 45 of file CAFileSystemDirectory.hpp.
Referenced by CAFileSystemDirectory(), find(), getNextSearchResult(), and ~CAFileSystemDirectory().
|
private |
Definition at line 39 of file CAFileSystemDirectory.hpp.
Referenced by CAFileSystemDirectory(), find(), getNextSearchResult(), and ~CAFileSystemDirectory().
|
private |
Definition at line 44 of file CAFileSystemDirectory.hpp.
Referenced by CAFileSystemDirectory(), find(), getNextSearchResult(), and ~CAFileSystemDirectory().