Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/examples/
Dexample_util.h64 void ExUtilDeleteCommandLineArguments(CommandLineArguments* const args);
Dexample_util.c75 void ExUtilDeleteCommandLineArguments(CommandLineArguments* const args) { in ExUtilDeleteCommandLineArguments() function
Dimg2webp.c322 ExUtilDeleteCommandLineArguments(&cmd_args); in main()
Dwebpmux.c523 ExUtilDeleteCommandLineArguments(&config->cmd_args_); in DeleteConfig()