int dir_make_path_parent(const char *path, mode_t mode)
Definition dir.c:82
void dir_sync_contents(const char *path)
Sync to disk the contents and the directory specified.
Definition dir.c:193
int dir_make_path(const char *path, mode_t mode)
Create the directory and all its parents if necessary.
Definition dir.c:69
void dir_sync_path_parent(const char *path)
Sync to disk the parent directory of a pathname.
Definition dir.c:149
void dir_sync_path(const char *path)
Sync a directory to disk from a pathname.
Definition dir.c:128
#define DPKG_BEGIN_DECLS
Definition macros.h:164
#define DPKG_END_DECLS
Definition macros.h:165