56 static char *
resolveEPOCPath(
const char *path,
const char *initialPath);
Conveniences for working with paths.
static std::string getEPOCBasename(std::string path)
Returns the last path component of an EPOC path.
static char * resolveEPOCPath(const char *path, const char *initialPath)
Returns a new absolute EPOC path, determined by resolving path relative to initialPath.
static char * getEPOCDirname(const char *path)
Compute parent directory of an EPOC directory.