HomeSort by relevance Sort by last modified time
    Searched refs:action_arg (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.h 38 char *action_arg; member in struct:image_desc
fiptool.c 158 if (desc->action_arg != (char *)DO_UNSPEC)
159 free(desc->action_arg);
161 desc->action_arg = NULL;
163 desc->action_arg = xstrdup(arg,
171 free(desc->action_arg);
347 desc->action_arg = xstrdup(filename,
581 desc->action_arg);
586 desc->action_arg);
593 desc->action_arg);
943 if (desc->action_arg == NULL
    [all...]

Completed in 62 milliseconds