Botan
1.11.15
|
#include <botan/internal/proc_walk.h>
#include <botan/secmem.h>
#include <deque>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
#include <fcntl.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Defines | |
#define | _POSIX_C_SOURCE 199309 |
#define _POSIX_C_SOURCE 199309 |
Definition at line 15 of file proc_walk.cpp.
std::pair<DIR*, std::string> m_cur_dir |
Definition at line 48 of file proc_walk.cpp.
std::deque<std::string> m_dirlist |
Definition at line 49 of file proc_walk.cpp.