| … | |
… | |
| 120 | void get_sandbox_lib(char *path); |
120 | void get_sandbox_lib(char *path); |
| 121 | void get_sandbox_rc(char *path); |
121 | void get_sandbox_rc(char *path); |
| 122 | void get_sandbox_log(char *path); |
122 | void get_sandbox_log(char *path); |
| 123 | void get_sandbox_debug_log(char *path); |
123 | void get_sandbox_debug_log(char *path); |
| 124 | int get_tmp_dir(char *path); |
124 | int get_tmp_dir(char *path); |
| 125 | long file_length(int); |
|
|
| 126 | bool is_env_on (const char *); |
125 | bool is_env_on (const char *); |
| 127 | bool is_env_off (const char *); |
126 | bool is_env_off (const char *); |
| 128 | |
127 | |
| 129 | /* glibc modified realpath() function */ |
128 | /* glibc modified realpath() function */ |
| 130 | char *erealpath(const char *, char *); |
129 | char *erealpath(const char *, char *); |