3 #ifndef GCP_UTIL_PATHNAME_H
4 #define GCP_UTIL_PATHNAME_H
38 static std::string
expand(std::string dir, std::string file);
46 static void expandHomeDir(
char *dir,
size_t buflen,
char *
buffer);
51 static void expandEnvVar(
char *dir,
size_t buflen,
char *buffer);
60 #endif // End #ifndef GCP_UTIL_PATHNAME_H
Pathname()
Definition: Pathname.cc:17
virtual ~Pathname()
Definition: Pathname.cc:22
Definition: tVideoCapabilitiesEml.cc:67
static std::string expand(std::string dir, std::string file)
Definition: Pathname.cc:27
Definition: Pathname.h:21