Go to the source code of this file.
◆ HAVE_FCHMOD
◆ MAX_REPARSE_PATH_LEN
| #define MAX_REPARSE_PATH_LEN 4092 |
Definition at line 4 of file file.h.
◆ rb_w32_reparse_buffer_size
| #define rb_w32_reparse_buffer_size |
( |
|
n | ) |
|
◆ anonymous enum
| Enumerator |
|---|
| MINIMUM_REPARSE_BUFFER_PATH_LEN | |
Definition at line 6 of file file.h.
◆ fchmod()
| int fchmod |
( |
int |
fd, |
|
|
int |
mode |
|
) |
| |
◆ lchown()
| int lchown |
( |
const char * |
path, |
|
|
int |
owner, |
|
|
int |
group |
|
) |
| |
◆ rb_w32_filecp()
| UINT rb_w32_filecp |
( |
void |
| ) |
|
◆ rb_w32_home_dir()
| WCHAR* rb_w32_home_dir |
( |
void |
| ) |
|
◆ rb_w32_read_reparse_point()
◆ rb_w32_ulchown()
| int rb_w32_ulchown |
( |
const char * |
path, |
|
|
int |
owner, |
|
|
int |
group |
|
) |
| |