HomeSort by relevance Sort by last modified time
    Searched full:alt_syscall_table (Results 1 - 1 of 1) sorted by null

  /external/minijail/
libminijail.c 133 char *alt_syscall_table; member in struct:minijail
639 j->alt_syscall_table = strdup(table);
640 if (!j->alt_syscall_table)
690 if (j->alt_syscall_table) {
691 marshal_append(state, j->alt_syscall_table,
692 strlen(j->alt_syscall_table) + 1);
811 if (j->alt_syscall_table) { /* stale pointer */
812 char *alt_syscall_table = consumestr(&serialized, &length); local
813 if (!alt_syscall_table)
815 j->alt_syscall_table = strdup(alt_syscall_table)
    [all...]

Completed in 66 milliseconds