Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/
Dbuild.py25 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) variable
26 site.addsitedir(os.path.join(THIS_DIR, '../../../build/lib'))
64 'bash', ndk_build, '-C', THIS_DIR, build_support.jobs_arg(), 'V=1',
76 'APP_BUILD_SCRIPT=' + os.path.join(THIS_DIR, 'Android.mk'),
77 'NDK_APPLICATION_MK=' + os.path.join(THIS_DIR, 'Application.mk'),
/ndk/tests/
Dndk.py25 THIS_DIR = os.path.dirname(os.path.realpath(__file__)) variable
26 NDK_ROOT = os.path.realpath(os.path.join(THIS_DIR, '..'))
/ndk/build/lib/
Dbuild_support.py26 THIS_DIR = os.path.realpath(os.path.dirname(__file__)) variable
109 top = os.path.realpath(os.path.join(THIS_DIR, '../../..'))
/ndk/build/tools/
Dpackage.py36 THIS_DIR = os.path.dirname(__file__) variable
37 ANDROID_TOP = os.path.realpath(os.path.join(THIS_DIR, '../../..'))