Home
last modified time | relevance | path

Searched defs:BUILD_DIR (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/build-android/
Dupdate_external_sources_android.bat25 set BUILD_DIR=%ANDROID_BUILD_DIR% variable
/external/guice/core/test/com/googlecode/guice/
DOSGiContainerTest.java42 static final String BUILD_DIR = System.getProperty("build.dir", "build"); field in OSGiContainerTest
/external/capstone/bindings/python/
Dsetup_cython.py23 BUILD_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..') variable
Dsetup.py27 BUILD_DIR = SRC_DIR if os.path.exists(SRC_DIR) else os.path.join(ROOT_DIR, '../..') variable
/external/v8/tools/sanitizers/
Dsancov_formatter_test.py26 BUILD_DIR = os.path.join(BASE_DIR, 'out', 'Release') variable