Home
last modified time | relevance | path

Searched refs:lsm_get_context (Results 1 – 4 of 4) sorted by relevance

/external/toybox/lib/
Dlsm.h96 static inline int lsm_get_context(char *filename, char **context) in lsm_get_context() function
/external/toybox/toys/other/
Dstat.c89 strout(lsm_get_context(TT.file, &context) != -1 ? context : "?"); in print_stat()
/external/toybox/toys/posix/
Dfind.c383 if (lsm_get_context(path, &context) != -1) { in do_find()
649 ll = (lsm_get_context(path, &ff) != -1) ? (long)ff : (long)"?"; in do_find()
Dls.c195 (FLAG(L) ? lsm_get_context : lsm_lget_context)(path,(char **)&new->extra); in filter()