Home
last modified time | relevance | path

Searched refs:_Path (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libc++/include/
H A Dfilesystem1944 typedef _VSTD_FS::path _Path;
1953 explicit directory_entry(_Path const& __p) : __p_(__p) {
1959 directory_entry(_Path const& __p, error_code& __ec) : __p_(__p) {
1969 void assign(_Path const& __p) {
1976 void assign(_Path const& __p, error_code& __ec) {
1982 void replace_filename(_Path const& __p) {
1989 void replace_filename(_Path const& __p, error_code& __ec) {
2001 _Path const& path() const noexcept { return __p_; }
2004 operator const _Path&() const noexcept { return __p_; }
2201 void __assign_iter_entry(_Path&& __p, __cached_data __dt) {
[all …]
/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp1966 const Twine &_Path, in VFSFromYamlDirIterImpl() argument
1970 : Dir(_Path.str()), Current(Begin), End(End), in VFSFromYamlDirIterImpl()