Lines Matching refs:constant
36 from aidegen import constant
125 if target == constant.WHOLE_ANDROID_TREE_TARGET:
392 out_dir_common_base = os.getenv(constant.OUT_DIR_COMMON_BASE_ENV_VAR)
397 or constant.ANDROID_DEFAULT_OUT)
421 return os.path.join(get_android_root_dir(), constant.AIDEGEN_ROOT_PATH)
462 return os.path.isfile(os.path.join(abs_path, constant.ANDROID_BP))
474 return os.path.isfile(os.path.join(abs_path, constant.ANDROID_MK))
488 constant.RE_INSIDE_PATH_CHECK.format(relative_path), source)
500 return str(data).replace(os.path.expanduser('~'), constant.USER_HOME)
651 product = os.environ.get(constant.TARGET_PRODUCT)
652 build_variant = os.environ.get(constant.TARGET_BUILD_VARIANT)
655 {constant.LUNCH_TARGET: "-".join([product, build_variant])})
670 constant.BLUEPRINT_JAVA_JSONFILE_NAME))
671 data[constant.GEN_JAVA_DEPS] = bp_java_path
673 root_dir, get_blueprint_json_path(constant.BLUEPRINT_CC_JSONFILE_NAME))
674 data[constant.GEN_CC_DEPS] = bp_cc_path
675 data[constant.GEN_COMPDB] = os.path.join(get_soong_out_path(),
676 constant.RELATIVE_COMPDB_PATH,
677 constant.COMPDB_JSONFILE_NAME)
724 constant.GIT_FOLDER_NAME)