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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_rpm.py 291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
  /external/python/cpython2/Lib/distutils/command/
bdist_rpm.py 292 spec_path = os.path.join(spec_dir,
295 (spec_path,
297 "writing '%s'" % spec_path)
347 rpm_cmd.append(spec_path)
356 src_rpm, non_src_rpm, spec_path)
  /external/python/cpython3/Lib/distutils/command/
bdist_rpm.py 278 spec_path = os.path.join(spec_dir,
281 (spec_path,
283 "writing '%s'" % spec_path)
333 rpm_cmd.append(spec_path)
342 src_rpm, non_src_rpm, spec_path)
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 291 spec_path = os.path.join(spec_dir,
294 (spec_path,
296 "writing '%s'" % spec_path)
346 rpm_cmd.append(spec_path)
355 src_rpm, non_src_rpm, spec_path)
  /external/autotest/client/site_tests/firmware_TouchMTB/
touchbotII_robot_wrapper.py 230 spec_path = os.path.join(self._robot_script_dir,
234 if os.path.isfile(spec_path) and os.path.isfile(spec_min_path):
235 shutil.copy(spec_path, '.')

Completed in 1082 milliseconds