#include "vul_expand_path.h"#include <vcl_vector.h>#include <vcl_functional.h>#include <vcl_map.h>#include <vcl_cstdlib.h>#include <sys/types.h>#include <sys/stat.h>#include <dirent.h>#include <unistd.h>Go to the source code of this file.
Typedefs | |
| typedef vcl_map< vcl_string, vcl_string, vcl_less < vcl_string > > | map_t |
Functions | |
| vcl_string | vul_expand_path (vcl_string path) |
| Expand given path. | |
| vcl_string | vul_expand_path_uncached (vcl_string path) |
| Expand given path. | |
Definition in file vul_expand_path.cxx.
| typedef vcl_map<vcl_string, vcl_string, vcl_less<vcl_string> > map_t |
Definition at line 340 of file vul_expand_path.cxx.
| vcl_string vul_expand_path | ( | vcl_string | path | ) |
Expand given path.
Definition at line 342 of file vul_expand_path.cxx.
| vcl_string vul_expand_path_uncached | ( | vcl_string | path | ) |
Expand given path.
Definition at line 361 of file vul_expand_path.cxx.
1.7.5.1