Searched refs:THIS_DIR (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/ |
D | run-tests.py | 24 THIS_DIR = os.path.dirname(os.path.realpath(__file__)) variable 25 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..')) 39 testconfig_mk_path = os.path.join(THIS_DIR, 'buildcmds/testconfig.mk') 82 mmm(os.path.join(THIS_DIR, 'buildcmds')) 92 test_path = os.path.join(THIS_DIR, 'test')
|
/external/v8/tools/gcmole/ |
D | bootstrap.sh | 37 THIS_DIR="$(dirname "${0}")" 38 LLVM_DIR="${THIS_DIR}/../../third_party/llvm" 120 make -C "${THIS_DIR}" clean 121 make -C "${THIS_DIR}" LLVM_SRC_ROOT="${LLVM_DIR}" libgcmole.so
|
/external/autotest/frontend/health/ |
D | check_test_health.py | 9 THIS_DIR = os.path.dirname(__file__) variable 10 UTILS_DIR = os.path.abspath(os.path.join(THIS_DIR, os.pardir, os.pardir, 24 COMPLETE_FAILURES = os.path.join(THIS_DIR, 'complete_failures.py') 25 PASSING_EXPERIMENTAL = os.path.join(THIS_DIR, 'passing_experimental.py')
|
/external/skia/experimental/mojo/ |
D | generate.py | 16 THIS_DIR = os.path.abspath(os.path.dirname(__file__)) variable 17 MOJO_DIR = os.path.abspath(os.path.join(THIS_DIR, '../../third_party/externals/mojo'))
|
/external/clang/ |
D | update-prebuilts.py | 29 THIS_DIR = os.path.realpath(os.path.dirname(__name__)) variable 30 ANDROID_DIR = os.path.realpath(os.path.join(THIS_DIR, '../..'))
|
D | build.py | 30 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) variable 35 return os.path.realpath(os.path.join(THIS_DIR, '../..', *args))
|