dpkg 1.22.7-3-g89f48
|
Go to the source code of this file.
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. | |