dpkg 1.21.11
Functions
path-remove.c File Reference

(a4f0c6f04)

#include <config.h>
#include <compat.h>
#include <sys/stat.h>
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <dpkg/i18n.h>
#include <dpkg/dpkg.h>
#include <dpkg/path.h>
#include <dpkg/debug.h>
#include <dpkg/subproc.h>
Include dependency graph for path-remove.c:

Functions

int secure_unlink_statted (const char *pathname, const struct stat *stab)
 
int secure_unlink (const char *pathname)
 Securely unlink a pathname. More...
 
int secure_remove (const char *pathname)
 Securely remove a pathname. More...
 
void path_remove_tree (const char *pathname)
 Remove a pathname and anything below it. More...