Searched refs:config_file_path (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dchecksvnconfigfile.py38 cfg_file_path = config_file_path(host, fs)
51 def config_file_path(host, fs): function
53 config_file_path = fs.join(os.environ['APPDATA'], "Subversion", "config")
55 config_file_path = fs.join(fs.expanduser("~"), ".subversion", "config")
56 return config_file_path
59 def errorstr_autoprop(config_file_path):
60 return 'Have to enable auto props in the subversion config file (%s "enable-auto-props = yes"). ' % config_file_path
63 def errorstr_png(config_file_path):
64 return 'Have to set the svn:mime-type in the subversion config file (%s "*.png = svn:mime-type=image/png").' % config_file_path
/external/chromium_org/remoting/host/
H A Dusage_stats_consent_mac.cc26 base::FilePath config_file_path = local
28 JsonHostConfig host_config(config_file_path);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dpng.py49 config_file_path = ""
59 config_file_path = checksvnconfigfile.config_file_path(self._host, self._fs)
62 self._handle_style_error(0, 'image/png', 5, "There is no SVN config file. (%s)" % config_file_path)
64 self._handle_style_error(0, 'image/png', 5, checksvnconfigfile.errorstr_autoprop(config_file_path) + checksvnconfigfile.errorstr_png(config_file_path))
66 self._handle_style_error(0, 'image/png', 5, checksvnconfigfile.errorstr_autoprop(config_file_path))
68 self._handle_style_error(0, 'image/png', 5, checksvnconfigfile.errorstr_png(config_file_path))
/external/chromium_org/components/policy/core/common/
H A Dconfig_dir_policy_loader.cc124 for (base::FilePath config_file_path = file_enumerator.Next();
125 !config_file_path.empty(); config_file_path = file_enumerator.Next())
126 files.insert(config_file_path);
/external/chromium_org/remoting/host/policy_hack/
H A Dpolicy_watcher_linux.cc135 for (base::FilePath config_file_path = file_enumerator.Next();
136 !config_file_path.empty(); config_file_path = file_enumerator.Next())
137 files.insert(config_file_path);
/external/chromium_org/tools/findit/
H A Dcrash_utils.py133 config_file_path = os.path.join(os.path.abspath(os.path.dirname(__file__)),
135 config.read(config_file_path)
/external/chromium_org/tools/
H A Drun-bisect-perf-regression.py92 def _LoadConfigFile(config_file_path):
97 config_file_path: Path to the config file.
105 execfile(config_file_path, local_vars)

Completed in 774 milliseconds