Searched defs:config_path (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4j/
H A Dadjust_icudt_path.mk19 config_path := com/ibm/icu/ICUConfig.properties macro
22 $(tmp_resource_dir)/$(config_path): private_icu4c_data := $(subst /,\/,$(icu4c_data))
23 $(tmp_resource_dir)/$(config_path): $(icu4j_config_root)/$(config_path)
27 $(LOCAL_INTERMEDIATE_TARGETS): $(tmp_resource_dir)/$(config_path)
29 $(subst -C "$(icu4j_config_root)" "$(config_path)",,$(extra_jar_args)) \
30 -C "$(tmp_resource_dir)" "$(config_path)"
34 config_path := macro
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Dbase_config.py185 def config_path(self): member in class:BaseConfig
246 """Write all config changes to the config_path specified in __init__.
/external/clang/utils/check_cfc/
H A Dcheck_cfc.py324 config_path = os.path.join(scriptdir, 'check_cfc.cfg') variable in class:dash_s_no_change
326 config.read(os.path.join(config_path))
329 "using defaults.".format(config_path))

Completed in 181 milliseconds