HomeSort by relevance Sort by last modified time
    Searched refs:nvr_string (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_rpm.py 351 nvr_string = "%{name}-%{version}-%{release}"
352 src_rpm = nvr_string + ".src.rpm"
353 non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm"
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 351 nvr_string = "%{name}-%{version}-%{release}"
352 src_rpm = nvr_string + ".src.rpm"
353 non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm"
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 351 nvr_string = "%{name}-%{version}-%{release}"
352 src_rpm = nvr_string + ".src.rpm"
353 non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 351 nvr_string = "%{name}-%{version}-%{release}"
352 src_rpm = nvr_string + ".src.rpm"
353 non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 351 nvr_string = "%{name}-%{version}-%{release}"
352 src_rpm = nvr_string + ".src.rpm"
353 non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm"

Completed in 124 milliseconds