OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:config_path
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/
adjust_icudt_path.mk
19
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/
base_config.py
185
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/
check_cfc.py
324
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 502 milliseconds