Searched refs:path_spec (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp192 FileSpec path_spec = FileSpec (path);
193 if (path_spec.Exists ())
195 FileSpec::FileType type = path_spec.GetFileType();
204 matches.Append (path_spec);
220 ConstString dir_name = path_spec.GetDirectory();
/freebsd-10.3-release/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c289 is_applicable_section(const char *path_spec,
292 apr_size_t path_spec_len = strlen(path_spec);
294 return ((strncmp(path_spec, section_name, path_spec_len) == 0)
295 && (path_spec[path_spec_len - 1] == '/'
286 is_applicable_section(const char *path_spec, const char *section_name) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp2178 FileSpec path_spec(path, false);
2179 if (path_spec.IsDirectory())

Completed in 57 milliseconds