OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lbl_str
(Results
1 - 1
of
1
) sorted by null
/external/minijail/
syscall_filter.c
144
char
lbl_str
[MAX_BPF_LABEL_LEN];
local
145
snprintf(
lbl_str
, MAX_BPF_LABEL_LEN, "%d_%d_end", nr, idx);
146
return get_label_id(labels,
lbl_str
);
151
char
lbl_str
[MAX_BPF_LABEL_LEN];
local
152
snprintf(
lbl_str
, MAX_BPF_LABEL_LEN, "%d_success", nr);
153
return get_label_id(labels,
lbl_str
);
Completed in 58 milliseconds