Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/bin/
Dinstall_megadrivers.py37 destdir = os.environ.get('DESTDIR')
43 to = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], args.libdir)
Dgit_sha1_gen.py46 git_sha1 = os.environ.get('MESA_GIT_SHA1_OVERRIDE', get_git_sha1())[:10]
/hardware/interfaces/scripts/
Dlist_hal_vts.py47 out = os.environ.get('ANDROID_PRODUCT_OUT')
93 top = os.environ.get("ANDROID_BUILD_TOP")
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h21 # define environ _environ macro
/hardware/interfaces/automotive/vehicle/tools/
Dtranslate_aidl_enums.py212 android_top = os.environ['ANDROID_BUILD_TOP']
Dgenerate_annotation_enums.py479 android_top = os.environ['ANDROID_BUILD_TOP']
/hardware/interfaces/compatibility_matrices/
Dbump.py42 self.top = pathlib.Path(os.environ["ANDROID_BUILD_TOP"])
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcerealgenerator.py240 if key in os.environ:
241 return os.environ[key]