|
dpkg 1.22.7-3-g89f48
|
#include <config.h>#include <compat.h>#include <sys/types.h>#include <sys/stat.h>#include <errno.h>#include <fcntl.h>#include <dirent.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include <dpkg/dpkg.h>#include <dpkg/i18n.h>#include <dpkg/dir.h>Functions | |
| int | dir_make_path (const char *path, mode_t mode) |
| Create the directory and all its parents if necessary. | |
| int | dir_make_path_parent (const char *path, mode_t mode) |
| void | dir_sync_path (const char *path) |
| Sync a directory to disk from a pathname. | |
| void | dir_sync_path_parent (const char *path) |
| Sync to disk the parent directory of a pathname. | |
| void | dir_sync_contents (const char *path) |
| Sync to disk the contents and the directory specified. | |