Home
last modified time | relevance | path

Searched refs:system_path (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_win.c53 svn_boolean_t system_path, in svn_config__win_config_path() argument
60 const int csidl = ((system_path ? CSIDL_COMMON_APPDATA : CSIDL_APPDATA) in svn_config__win_config_path()
66 if (! system_path) in svn_config__win_config_path()
92 (system_path in svn_config__win_config_path()
H A Dconfig_impl.h98 svn_boolean_t system_path,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DTraceSessionFileParser.cpp30 FileSpec system_file_spec(module.system_path); in ParseModule()
34 : module.system_path); in ParseModule()
190 return o && o.map("systemPath", module.system_path) && in fromJSON()
H A DTraceSessionFileParser.h34 std::string system_path; member