#include "apr_arch_file_io.h"
#include "apr_strings.h"
#include "apr_portable.h"
Go to the source code of this file.
|
| static apr_status_t | dir_cleanup (void *thedir) |
| |
| static const char * | path_canonicalize (const char *path, apr_pool_t *pool) |
| |
| static char * | path_remove_last_component (const char *path, apr_pool_t *pool) |
| |
| apr_status_t | apr_dir_open (apr_dir_t **new, const char *dirname, apr_pool_t *pool) |
| |
| apr_status_t | apr_dir_close (apr_dir_t *thedir) |
| |
| apr_status_t | apr_dir_read (apr_finfo_t *finfo, apr_int32_t wanted, apr_dir_t *thedir) |
| |
| apr_status_t | apr_dir_rewind (apr_dir_t *thedir) |
| |
| apr_status_t | apr_dir_make (const char *path, apr_fileperms_t perm, apr_pool_t *pool) |
| |
| apr_status_t | apr_dir_make_recursive (const char *path, apr_fileperms_t perm, apr_pool_t *pool) |
| |
| apr_status_t | apr_dir_remove (const char *path, apr_pool_t *pool) |
| |
| apr_status_t | apr_os_dir_get (apr_os_dir_t **thedir, apr_dir_t *dir) |
| |
| apr_status_t | apr_os_dir_put (apr_dir_t **dir, apr_os_dir_t *thedir, apr_pool_t *pool) |
| |
◆ NAME_MAX
Definition at line 28 of file dir.c.
◆ PATH_SEPARATOR
Definition at line 42 of file dir.c.
◆ apr_dir_close()
◆ apr_dir_make()
◆ apr_dir_make_recursive()
◆ apr_dir_open()
Definition at line 75 of file dir.c.
◆ apr_dir_read()
< ->name in proper case
< Stat the link not the file itself if it is a link
< ->name in proper case
Definition at line 142 of file dir.c.
◆ apr_dir_remove()
◆ apr_dir_rewind()
◆ apr_os_dir_get()
◆ apr_os_dir_put()
◆ dir_cleanup()
Definition at line 31 of file dir.c.
◆ path_canonicalize()
Definition at line 45 of file dir.c.
◆ path_remove_last_component()
Definition at line 62 of file dir.c.