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

  /external/ltp/include/
tst_kvercmp.h 66 char *dist_name; member in struct:tst_kern_exv
  /external/autotest/utils/
external_packages.py 62 @attribute dist_name - The name of the Python distribution. For example,
91 dist_name = None variable in class:ExternalPackage
109 if not self.dist_name and self.local_filename:
110 self.dist_name = self.local_filename[:self.local_filename.rindex('-')]
393 if self.dist_name:
394 egg_info_name_part = self.dist_name.replace('-', '_')
    [all...]

Completed in 158 milliseconds