HomeSort by relevance Sort by last modified time
    Searched refs:config_path (Results 1 - 25 of 33) sorted by null

1 2

  /external/vboot_reference/scripts/image_signing/
ensure_no_nonrelease_files.sh 53 local config_path="$rootfs/etc/chrome_dev.conf"
54 local matches=$(grep -s "^[^#]" "${config_path}")
56 echo "FAIL: Found commands in $config_path:"
  /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/autotest/client/common_lib/cros/tendo/
webserver_config.py 85 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/v8/build/android/lint/
suppress.py 49 def _ParseConfigFile(config_path):
50 print 'Parsing %s' % config_path
52 dom = minidom.parse(config_path)
83 def _WriteConfigFile(config_path, issues_dict):
105 with open(config_path, 'w') as f:
107 print 'Updated %s' % config_path
110 def _Suppress(config_path, result_path):
111 issues_dict = _ParseConfigFile(config_path)
113 _WriteConfigFile(config_path, issues_dict)
  /system/webservd/webservd/etc/init/
webservd.conf 33 --config_path="${WEBSERVD_CONFIG_PATH}" \
  /tools/test/connectivity/acts/framework/acts/controllers/sniffer_lib/local/
tcpdump.py 25 def __init__(self, config_path, logger, base_configs=None):
30 super().__init__(config_path, logger, base_configs=base_configs)
tshark.py 25 def __init__(self, config_path, logger, base_configs=None):
30 super().__init__(config_path, logger, base_configs=base_configs)
  /external/v8/build/android/gyp/
lint.py 24 def _OnStaleMd5(lint_path, config_path, processed_config_path,
37 if not config_path or not processed_config_path:
39 if not build_utils.IsTimeStale(processed_config_path, [config_path]):
42 with open(config_path, 'rb') as f:
268 if args.config_path and not args.processed_config_path:
270 elif args.processed_config_path and not args.config_path:
277 if args.config_path:
278 input_paths.append(args.config_path)
302 args.config_path,
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
version.py 87 config_path = GetConfigFilePath()
110 'config path: {config_path}\n'
126 config_path=config_path,
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_json_iterator.py 60 def __init__(self, config_path=None):
63 @param config_path: String of root config file path.
65 if config_path:
66 self.set_config_dir(config_path)
69 def set_config_dir(self, config_path):
72 @param config_path: String of config file path.
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)
    [all...]
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_info.py 6 def __init__(self, dependency, platform, config_path, local_path_info=None,
15 config_path: Path to the config_path this information came from. Used
31 self._config_paths = [config_path]
  /tools/test/connectivity/acts/tests/google/bt/audio_lab/
BtFunhausTest.py 93 config_path = bt_config_map[serial]["config_path"]
94 if not os.path.isfile(config_path):
95 config_path = os.path.join(
96 self.user_params[Config.key_config_path], config_path)
97 if not os.path.isfile(config_path):
99 config_path))
101 ad.adb.push("{} {}".format(config_path, bt_conf_path))
  /external/v8/build/android/
lighttpd_server.py 41 config_path, error_log, access_log: Optional paths where the class should
48 config_path=None, error_log=None, access_log=None):
58 self.config_path = config_path or self._Mktmp('config')
88 with codecs.open(self.config_path, 'w', 'utf-8') as f:
97 ['-D', '-f', self.config_path,
  /external/jsoncpp/devtools/
batchbuild.py 111 def load_build_variants_from_config( config_path ):
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/autotest/server/hosts/
paramiko_host.py 59 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/
order.py 121 def set_config(self, config_path=None):
122 if not config_path:
123 config_path = self.get_filename('Specify Config file')
124 self.config = Config(path=config_path)
  /tools/test/connectivity/acts/framework/acts/bin/
act.py 208 config_path, _ = os.path.split(abs_path(test_config_path))
209 configs[Config.key_config_path] = config_path
223 config_path, _ = os.path.split(abs_path(test_config_path))
224 configs[Config.key_config_path] = config_path
  /external/chromium-trace/catapult/dashboard/dashboard/
rietveld_service.py 135 base_content, config_path):
150 config_path: Path to the config file.
195 ('filename', config_path),
201 uploaded_diff_file = [('data', config_path, base_content)]
start_try_job.py 535 def _CreatePatch(base_config, config_changes, config_path):
542 config_path: Path to the config file to use.
552 base_hashes = '%s:%s' % (base_checksum, config_path)
567 'a/%s' % config_path,
568 'b/%s' % config_path,
571 'filename': config_path,
572 'filename_a': config_path,
573 'filename_b': config_path,
  /system/webservd/webservd/
config_unittest.cc 143 base::FilePath config_path{temp.path().Append("test.config")};
146 ASSERT_EQ(data_len, base::WriteFile(config_path, kTestConfig, data_len));
149 LoadConfigFromFile(config_path, &config);
main.cc 87 DEFINE_string(config_path, "",
  /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))
  /system/core/crash_reporter/
crash_collector.cc 338 bool CrashCollector::GetLogContents(const FilePath &config_path,
342 if (!store.Load(config_path)) {
344 << config_path.value();
  /system/weaved/buffet/
main.cc 85 DEFINE_string(config_path, kDefaultConfigFilePath,
  /external/v8/tools/gyp/pylib/gyp/generator/
analyzer.py 7 the generator flag config_path) the path of a json file that dictates the files
256 config_path = generator_flags.get('config_path', None)
257 if not config_path:
260 f = open(config_path, 'r')
264 raise Exception('Unable to open file ' + config_path)
266 raise Exception('Unable to parse config file ' + config_path + str(e))
268 raise Exception('config_path must be a JSON file containing a dictionary')
697 raise Exception('Must specify files to analyze via config_path generator '

Completed in 2803 milliseconds

1 2