Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/examples/
H A Dexample_util.c75 void ExUtilDeleteCommandLineArguments(CommandLineArguments* const args) { in ExUtilDeleteCommandLineArguments() function
107 ExUtilDeleteCommandLineArguments(args); in ExUtilInitCommandLineArguments()
117 ExUtilDeleteCommandLineArguments(args); in ExUtilInitCommandLineArguments()
H A Dexample_util.h64 void ExUtilDeleteCommandLineArguments(CommandLineArguments* const args);
H A Dimg2webp.c337 ExUtilDeleteCommandLineArguments(&cmd_args); in main()
H A Dwebpmux.c530 ExUtilDeleteCommandLineArguments(&config->cmd_args_); in DeleteConfig()