Home
last modified time | relevance | path

Searched refs:replace_filename (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp36 static_assert(noexcept(e.replace_filename(replace)) == false, in TEST_CASE()
39 std::is_same<decltype(e.replace_filename(replace)), void>::value, in TEST_CASE()
48 e.replace_filename(replace); in TEST_CASE()
61 static_assert(noexcept(e.replace_filename(replace, ec)) == false, in TEST_CASE()
74 e.replace_filename(replace, ec); in TEST_CASE()
86 e.replace_filename(replace, ec); in TEST_CASE()
103 ent.replace_filename(file_two.filename()); in TEST_CASE()
114 ent.replace_filename(sym_two.filename()); in TEST_CASE()
147 ent.replace_filename(file_two.filename(), ec); in TEST_CASE()
155 ent.replace_filename(sym_in_dir_two.filename(), ec); in TEST_CASE()
[all …]
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dreplace_filename.pass.cpp63 path& Ref = p.replace_filename(TC.filename); in main()
/llvm-project-15.0.7/libcxx/include/__filesystem/
H A Ddirectory_entry.h83 void replace_filename(_Path const& __p) { in replace_filename() function
84 __p_.replace_filename(__p); in replace_filename()
90 void replace_filename(_Path const& __p, error_code& __ec) { in replace_filename() function
H A Dpath.h728 path& replace_filename(const path& __replacement) {
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h1374 void replace_filename(const Twine &Filename, file_type Type,
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc901 // Add something for replace_filename to replace.
939 It.CurrentEntry.replace_filename(Name, direntType(CurDir));
/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp1142 void directory_entry::replace_filename(const Twine &Filename, file_type Type, in replace_filename() function in llvm::sys::fs::directory_entry
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc1070 IT.CurrentEntry.replace_filename(