Searched refs:cross_file (Results 1 – 2 of 2) sorted by relevance
28 cross_file = os.path.join(sysroot, 'usr/share/cmake/%s-toolchain.cmake' % (os.path.basename(os.envi… variable32 with open(cross_file, "w") as out_file:
29 cross_file = os.path.join(sysroot, 'usr/share/meson/%smeson.cross' % os.environ["TARGET_PREFIX"]) variable36 with open(cross_file, "w") as out_file: