#include <sys/types.h>#include <sys/wait.h>#include <grp.h>#include <errno.h>#include "error_numbers.h"#include "file_names.h"#include "util.h"#include "str_util.h"#include "filesys.h"#include "parse.h"#include "client_state.h"#include "sandbox.h"

Functions | |
| void | kill_via_switcher (int pid) |
| int | get_project_gid () |
| int | set_to_project_group (const char *path) |
| int | switcher_exec (const char *util_filename, const char *cmdline) |
| int | remove_project_owned_file_or_dir (const char *path) |
| int | delete_project_owned_file (const char *path, bool retry) |
| int | client_clean_out_dir (const char *dirpath) |
| int | remove_project_owned_dir (const char *name) |
Variables | |
| bool | g_use_sandbox = false |
| int client_clean_out_dir | ( | const char * | dirpath | ) |


| int delete_project_owned_file | ( | const char * | path, | |
| bool | retry | |||
| ) |


| int get_project_gid | ( | ) |

| void kill_via_switcher | ( | int | pid | ) |


| int remove_project_owned_dir | ( | const char * | name | ) |


| int remove_project_owned_file_or_dir | ( | const char * | path | ) |


| int set_to_project_group | ( | const char * | path | ) |


| int switcher_exec | ( | const char * | util_filename, | |
| const char * | cmdline | |||
| ) |


| bool g_use_sandbox = false |
1.5.6