src/update_io.h File Reference

#include "check.h"
#include <stdbool.h>
#include <sys/stat.h>

Go to the source code of this file.

Functions

int stat_directory (const struct directory *directory, struct stat *st)
int stat_directory_child (const struct directory *parent, const char *name, struct stat *st)
bool directory_exists (const struct directory *directory)
bool directory_child_is_regular (const struct directory *directory, const char *name_utf8)
bool directory_child_access (const struct directory *directory, const char *name, int mode)
 Checks if the given permissions on the mapped file are given.

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 
)

Generated on 17 Jul 2013 for MPD by  doxygen 1.6.1