xapian-core
1.4.26
|
include <sys/stat.h> with portability enhancements More...
#include <sys/stat.h>
#include <sys/types.h>
Go to the source code of this file.
Macros | |
#define | S_ISDIR(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFDIR) |
#define | S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) |
include <sys/stat.h> with portability enhancements
Definition in file safesysstat.h.
#define S_ISDIR | ( | ST_MODE | ) | (((ST_MODE) & S_IFMT) == S_IFDIR) |
Definition at line 57 of file safesysstat.h.
Referenced by Xapian::Database::check_(), ChertDatabase::ChertDatabase(), Xapian::Database::Database(), dir_exists(), and Xapian::WritableDatabase::WritableDatabase().
#define S_ISREG | ( | ST_MODE | ) | (((ST_MODE) & S_IFMT) == S_IFREG) |
Definition at line 60 of file safesysstat.h.
Referenced by Xapian::Database::check_(), Xapian::Database::Database(), DEFINE_TESTCASE(), file_exists(), file_size(), test_if_single_file_db(), and Xapian::WritableDatabase::WritableDatabase().