Searched refs:alt_syscall_table (Results 1 - 1 of 1) sorted by relevance

/external/minijail/
H A Dlibminijail.c178 char *alt_syscall_table; member in struct:minijail
828 j->alt_syscall_table = strdup(table);
829 if (!j->alt_syscall_table)
889 if (j->alt_syscall_table) {
890 marshal_append(state, j->alt_syscall_table,
891 strlen(j->alt_syscall_table) + 1);
976 if (j->alt_syscall_table) { /* stale pointer */
977 char *alt_syscall_table = consumestr(&serialized, &length); local
978 if (!alt_syscall_table)
980 j->alt_syscall_table
[all...]

Completed in 70 milliseconds