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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
sysconfig.py 77 buildir = os.path.dirname(sys.executable)
79 # python.h is located in the buildir
80 inc_dir = buildir
82 # the source dir is relative to the buildir
83 srcdir = os.path.abspath(os.path.join(buildir,
  /external/python/cpython2/Lib/distutils/
sysconfig.py 82 buildir = os.path.dirname(sys.executable)
84 # python.h is located in the buildir
85 inc_dir = buildir
87 # the source dir is relative to the buildir
88 srcdir = os.path.abspath(os.path.join(buildir,
  /external/python/cpython2/Modules/_ctypes/libffi/
configure     [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/
configure     [all...]

Completed in 178 milliseconds