Home | History | Annotate | Download | only in coverity

Lines Matching refs:platform

142   if sys.platform.startswith('linux'):
144 elif sys.platform == 'win32':
147 elif sys.platform == 'darwin':
150 print 'Platform "%s" unrecognized, aborting' % sys.platform
172 if sys.platform.startswith('linux'):
179 elif sys.platform == 'win32':
184 elif sys.platform == 'darwin':
210 # on that platform. So, only quote the target if we have to.
212 if sys.platform != 'win32':
285 help='Platform Target reported to coverity',