Home
last modified time | relevance | path

Searched defs:find_command (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vboot_reference/futility/
H A Dfutility.c40 static const struct futil_cmd_t *find_command(const char *name) in find_command() function
/aosp_15_r20/external/fsverity-utils/programs/
H A Dfsverity.c138 static const struct fsverity_command *find_command(const char *name) in find_command() function
/aosp_15_r20/tools/asuite/atest/test_finders/
H A Dtest_finder_utils.py100 def __init__(self, index_file, find_command): argument
/aosp_15_r20/external/python/cpython3/PC/
Dlauncher.c964 static COMMAND * find_command(wchar_t * name) in find_command() function