|
dpkg 1.22.7-3-g89f48
|
#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>Functions | |
| int | secure_unlink_statted (const char *pathname, const struct stat *stab) |
| int | secure_unlink (const char *pathname) |
| Securely unlink a pathname. | |
| int | secure_remove (const char *pathname) |
| Securely remove a pathname. | |
| void | path_remove_tree (const char *pathname) |
| Remove a pathname and anything below it. | |