#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include <fcntl.h>
#include <sys/xattr.h>
#include "libFireBird.h"
Go to the source code of this file.
Functions | |
bool | ExtAttribSet (char *FileName, char *AttrName, byte *Data, int DataLen) |
bool ExtAttribSet | ( | char * | FileName, |
char * | AttrName, | ||
byte * | Data, | ||
int | DataLen | ||
) |
Definition at line 8 of file ExtAttribSet.c.
References ConvertPathType(), FBLIB_DIR_SIZE, PF_FullLinuxPath, TRACEENTER, and TRACEEXIT.