OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:config_file_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
checksvnconfigfile.py
39
cfg_file_path =
config_file_path
(host, fs)
52
def
config_file_path
(host, fs):
function
54
config_file_path
= fs.join(os.environ['APPDATA'], "Subversion", "config")
56
config_file_path
= fs.join(fs.expanduser("~"), ".subversion", "config")
57
return
config_file_path
60
def errorstr_autoprop(
config_file_path
):
61
return 'Have to enable auto props in the subversion config file (%s "enable-auto-props = yes"). ' %
config_file_path
64
def errorstr_png(
config_file_path
):
65
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/chrome/browser/policy/
file_based_policy_loader.h
36
const FilePath&
config_file_path
() { return config_file_path_; }
function in class:policy::FileBasedPolicyLoader
file_based_policy_provider.h
24
explicit ProviderDelegate(const FilePath&
config_file_path
);
35
const FilePath&
config_file_path
() { return config_file_path_; }
function in class:policy::FileBasedPolicyProvider::ProviderDelegate
/external/chromium_org/remoting/host/
usage_stats_consent_mac.cc
26
base::FilePath
config_file_path
=
local
28
JsonHostConfig host_config(
config_file_path
);
Completed in 56 milliseconds