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

  /external/python/cpython2/Lib/distutils/
unixccompiler.py 252 xcode_stub_f = self.library_filename(lib, lib_type='xcode_stub')
287 xcode_stub = os.path.join(dir, xcode_stub_f)
296 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
  /external/python/cpython3/Lib/distutils/
unixccompiler.py 268 xcode_stub_f = self.library_filename(lib, lib_type='xcode_stub')
303 xcode_stub = os.path.join(dir, xcode_stub_f)
312 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)

Completed in 3869 milliseconds