#include "config.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
#include "db_int.h"
#include "os_jump.h"
Go to the source code of this file.
Defines | |
#define | S_ISDIR(m) (((m) & 0170000) == 0040000) |
Functions | |
int | CDB___os_exists (char *path, int *isdirp) const |
int | CDB___os_ioinfo (DB_ENV *dbenv, const char *path, DB_FH *fhp, u_int32_t *mbytesp, u_int32_t *bytesp, u_int32_t *iosizep) |
Variables | |
static const char | revid [] = "$Id: os__stat_8c.html,v 1.1 2008/06/08 10:21:32 sebdiaz Exp $" |