src/update_io.h File Reference
#include "check.h"
#include <stdbool.h>
#include <sys/stat.h>
Go to the source code of this file.
Function Documentation
bool directory_child_access |
( |
const struct directory * |
directory, |
|
|
const char * |
name, |
|
|
int |
mode | |
|
) |
| | |
Checks if the given permissions on the mapped file are given.
bool directory_child_is_regular |
( |
const struct directory * |
directory, |
|
|
const char * |
name_utf8 | |
|
) |
| | |
bool directory_exists |
( |
const struct directory * |
directory |
) |
|
int stat_directory |
( |
const struct directory * |
directory, |
|
|
struct stat * |
st | |
|
) |
| | |
int stat_directory_child |
( |
const struct directory * |
parent, |
|
|
const char * |
name, |
|
|
struct stat * |
st | |
|
) |
| | |