blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/PathSecurity.hpp"
#include "blocxx/Assertion.hpp"
#include "blocxx/FileSystem.hpp"
#include "blocxx/Format.hpp"
#include "blocxx/String.hpp"
#include "blocxx/Logger.hpp"
#include "blocxx/UserUtils.hpp"
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Variables | |
usr src packages BUILD blocxx src blocxx PathSecurity cpp usr src packages BUILD blocxx src blocxx PathSecurity cpp typedef Array< std::pair < String, EFileStatusReturn > > | BLOCXX_NAMESPACE::path_results_t |
std::vector<char>& m_buf |
Definition at line 264 of file PathSecurity.cpp.
Referenced by BLOCXX_NAMESPACE::DataOStream::clearData(), BLOCXX_NAMESPACE::convertToInt64Type(), BLOCXX_NAMESPACE::convertToIntType(), BLOCXX_NAMESPACE::convertToUInt64Type(), BLOCXX_NAMESPACE::convertToUIntType(), BLOCXX_NAMESPACE::DataOStream::getData(), and BLOCXX_NAMESPACE::DataOStream::length().
bool m_dir_specified |
Definition at line 135 of file PathSecurity.cpp.
std::vector<char> m_resolved |
Definition at line 129 of file PathSecurity.cpp.
std::vector<char> m_unresolved |
Definition at line 133 of file PathSecurity.cpp.