Lines Matching refs:path
21 _THIS_DIR = os.path.dirname(os.path.realpath(__file__))
22 _TOP = os.path.join(_THIS_DIR, "../../..")
23 _VAR_CACHE_DIR = os.path.join(_TOP, "art/tools/build/")
26 sys.path.append(_VAR_CACHE_DIR)
60 this_file_path = os.path.realpath(__file__)
61 path_to_top = os.path.join(os.path.dirname(this_file_path), '../../../')
62 path_to_top = os.path.realpath(path_to_top)
64 if not os.path.exists(os.path.join(path_to_top, 'build/envsetup.sh')):
132 HOST_OUT_EXECUTABLES = os.path.join(ANDROID_BUILD_TOP,
139 ANDROID_JAVA_TOOLCHAIN = os.path.join(ANDROID_BUILD_TOP,
155 ART_SSH_CONFIG = os.path.join(os.path.dirname(__file__), 'ssh_config')