Home
last modified time | relevance | path

Searched refs:PYPACKAGE_DIR (Results 1 – 1 of 1) sorted by relevance

/external/capstone/bindings/python/
Dsetup_cython.py24 PYPACKAGE_DIR = os.path.join(ROOT_DIR, 'capstone') variable
57 for fname in os.listdir(PYPACKAGE_DIR):
62 shutil.copy(os.path.join(PYPACKAGE_DIR, fname), os.path.join(CYPACKAGE_DIR, fname))
64 … shutil.copy(os.path.join(PYPACKAGE_DIR, fname), os.path.join(CYPACKAGE_DIR, fname + 'x'))