Botan  1.11.15
Namespaces | Defines
src/lib/entropy/proc_walk/proc_walk.cpp File Reference
#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 Documentation

#define _POSIX_C_SOURCE   199309

Definition at line 15 of file proc_walk.cpp.


Variable Documentation

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.