Home
last modified time | relevance | path

Searched refs:config_path (Results 1 – 19 of 19) sorted by relevance

/external/autotest/client/site_tests/desktopui_SonicExtension/
Dconfig_json_iterator.py60 def __init__(self, config_path=None): argument
65 if config_path:
66 self.set_config_dir(config_path)
69 def set_config_dir(self, config_path): argument
75 if not os.path.isfile(config_path):
77 % config_path)
78 self._config_dir = os.path.abspath(os.path.dirname(config_path))
81 def _load_config(self, config_path): argument
88 if not os.path.isfile(config_path):
90 % config_path)
[all …]
/external/icu/icu4j/
Dadjust_icudt_path.mk19 config_path := com/ibm/icu/ICUConfig.properties
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)
34 config_path :=
/external/autotest/client/common_lib/cros/tendo/
Dwebserver_config.py85 config_path = None
87 config_path = '/tmp/webservd.conf'
88 self._write_out_config_file(config_path,
93 if config_path:
94 args.append('WEBSERVD_CONFIG_PATH=%s' % config_path)
/external/vboot_reference/scripts/image_signing/
Densure_no_nonrelease_files.sh53 local config_path="$rootfs/etc/chrome_dev.conf"
54 local matches=$(grep -s "^[^#]" "${config_path}")
56 echo "FAIL: Found commands in $config_path:"
/external/jsoncpp/devtools/
Dbatchbuild.py111 def load_build_variants_from_config( config_path ): argument
112 with open( config_path, 'rb' ) as fconfig:
253 for config_path in config_paths:
254 if not os.path.isfile( config_path ):
255 parser.error( "Can not read: %r" % config_path )
259 for config_path in config_paths:
260 build_descs_by_axis = load_build_variants_from_config( config_path )
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dversion.py87 config_path = GetConfigFilePath()
126 config_path=config_path,
/external/autotest/server/hosts/
Dparamiko_host.py59 for config_path in ("/etc/ssh/ssh_config", "~/.ssh/config"):
60 config_path = os.path.expanduser(config_path)
61 if not os.path.exists(config_path):
64 config_lines = open(config_path).readlines()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
Dorder.py121 def set_config(self, config_path=None): argument
122 if not config_path:
123 config_path = self.get_filename('Specify Config file')
124 self.config = Config(path=config_path)
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_info.py6 def __init__(self, dependency, platform, config_path, local_path_info=None, argument
31 self._config_paths = [config_path]
Dcloud_storage_info_unittest.py117 self.config_path = '/test/dep_config.json'
118 self.fs.CreateFile(self.config_path, contents='{}')
Dmanager.py175 config.config_path)
Dbase_config.py185 def config_path(self): member in BaseConfig
/external/chromium-trace/catapult/dashboard/dashboard/
Dstart_try_job.py541 def _CreatePatch(base_config, config_changes, config_path): argument
558 base_hashes = '%s:%s' % (base_checksum, config_path)
573 'a/%s' % config_path,
574 'b/%s' % config_path,
577 'filename': config_path,
578 'filename_a': config_path,
579 'filename_b': config_path,
Drietveld_service.py144 base_content, config_path): argument
204 ('filename', config_path),
210 uploaded_diff_file = [('data', config_path, base_content)]
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dutil.py374 config_path = 'no config found'
378 config_path = path
382 return config_path
391 for config_path in config_paths:
392 if os.path.exists(config_path):
393 config_files[config_path] = 1
/external/clang/utils/check_cfc/
Dcheck_cfc.py324 config_path = os.path.join(scriptdir, 'check_cfc.cfg') variable
326 config.read(os.path.join(config_path))
329 "using defaults.".format(config_path))
/external/skia/infra/project-config/
Drefs.cfg6 config_path: "infra/branch-config"
/external/autotest/server/cros/servo/
Dfirmware_programmer.py275 def get_all_includes(config_path): argument
280 root = xml.etree.ElementTree.parse(config_path).getroot()
/external/autotest/site_utils/
Dlxc.py817 config_path = os.path.join(base_path, 'config')
819 (self.container_path, config_path))