CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gateway_util.cc File Reference
#include "gateway_util.h"
#include <fcntl.h>
#include <algorithm>
#include <vector>
#include "util/logging.h"
#include "util/posix.h"
#include "util/string.h"
Include dependency graph for gateway_util.cc:

Go to the source code of this file.

Namespaces

 anonymous_namespace{gateway_util.cc}
 
 gateway
 

Functions

bool anonymous_namespace{gateway_util.cc}::BothAreSpaces (const char &c1, const char &c2)
 
int gateway::APIVersion ()
 
GatewayKey gateway::ReadGatewayKey (const std::string &key_file_name)
 
bool gateway::ReadKeys (const std::string &key_file_name, std::string *key_id, std::string *secret)
 
bool gateway::ParseKey (const std::string &body, std::string *key_id, std::string *secret)