Home
last modified time | relevance | path

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

/external/ImageMagick/tests/
Dvalidate.c1526 SystemCommand[MagickPathExtent], in ValidateImageFormatsInMemory() local
1768 SystemCommand[0]='\0'; in ValidateImageFormatsInMemory()
1769 (void) strncat(SystemCommand,"echo `ls ",9); in ValidateImageFormatsInMemory()
1770 (void) strncat(SystemCommand,path,MagickPathExtent-31); in ValidateImageFormatsInMemory()
1771 (void) strncat(SystemCommand,"* | wc -w` tmp files.",20); in ValidateImageFormatsInMemory()
1772 (void) system(SystemCommand); in ValidateImageFormatsInMemory()