Typedefs | Functions
vul_expand_path.cxx File Reference
#include "vul_expand_path.h"
#include <cstdlib>
#include <functional>
#include <map>
#include <utility>
#include <vector>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>

Go to the source code of this file.

Typedefs

typedef std::map< std::string, std::string, std::less< std::string > > map_t
 

Functions

std::string vul_expand_path (std::string path)
 Expand given path. More...
 
std::string vul_expand_path_uncached (std::string path)
 Expand given path. More...
 

Detailed Description

Author
fsm

Definition in file vul_expand_path.cxx.

Typedef Documentation

◆ map_t

typedef std::map<std::string, std::string, std::less<std::string> > map_t

Definition at line 341 of file vul_expand_path.cxx.

Function Documentation

◆ vul_expand_path()

std::string vul_expand_path ( std::string  path)

Expand given path.

Definition at line 343 of file vul_expand_path.cxx.

◆ vul_expand_path_uncached()

std::string vul_expand_path_uncached ( std::string  path)

Expand given path.

Definition at line 362 of file vul_expand_path.cxx.