OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minijail_bind
(Results
1 - 3
of
3
) sorted by null
/external/minijail/
libminijail.h
94
* Enters @dir, binding all bind mounts specified with
minijail_bind
() into
137
*
minijail_bind
: bind-mounts @src into @j as @dest, optionally writeable
144
* of
minijail_bind
() calls.
146
int
minijail_bind
(struct minijail *j, const char *src, const char *dest,
minijail0.c
69
if (
minijail_bind
(j, src, dest, flags ? atoi(flags) : 0)) {
70
fprintf(stderr, "
minijail_bind
failed.\n");
libminijail.c
596
int API
minijail_bind
(struct minijail *j, const char *src, const char *dest,
function
[
all
...]
Completed in 2379 milliseconds