xapian-core
1.4.26
|
Provides wrappers with POSIXy semantics. More...
#include <cstdio>
#include "safeunistd.h"
#include <sys/types.h>
#include "safesysstat.h"
#include "safefcntl.h"
Go to the source code of this file.
Macros | |
#define | posixy_open ::open |
#define | posixy_rename(F, T) std::rename(F, T) |
#define | posixy_unlink(F) unlink(F) |
Provides wrappers with POSIXy semantics.
Definition in file posixy_wrapper.h.
#define posixy_open ::open |
Definition at line 45 of file posixy_wrapper.h.
Referenced by GlassChanges::check(), create_changeset_file(), GlassDatabase::get_changeset_revisions(), ChertDatabase::get_changeset_revisions(), ChertDatabaseReplicator::process_changeset_chunk_base(), GlassDatabaseReplicator::process_changeset_chunk_blocks(), ChertDatabaseReplicator::process_changeset_chunk_blocks(), GlassDatabaseReplicator::process_changeset_chunk_version(), ChertTable_base::read(), GlassVersion::read(), RemoteConnection::receive_file(), GlassDatabase::send_whole_database(), ChertDatabase::send_whole_database(), GlassChanges::start(), test_if_single_file_db(), GlassVersion::write(), GlassDatabase::write_changesets_to_fd(), ChertDatabase::write_changesets_to_fd(), and ChertTable_base::write_to_file().
#define posixy_rename | ( | F, | |
T | |||
) | std::rename(F, T) |
Definition at line 46 of file posixy_wrapper.h.
Referenced by io_tmp_rename().
#define posixy_unlink | ( | F | ) | unlink(F) |
Definition at line 56 of file posixy_wrapper.h.
Referenced by io_unlink().