/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
D | replace_filename.pass.cpp | 37 static_assert(noexcept(e.replace_filename(replace)) == false, in TEST_CASE() 40 std::is_same<decltype(e.replace_filename(replace)), void>::value, in TEST_CASE() 49 e.replace_filename(replace); in TEST_CASE() 61 static_assert(noexcept(e.replace_filename(replace, ec)) == false, in TEST_CASE() 64 std::is_same<decltype(e.replace_filename(replace, ec)), void>::value, 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() 144 ent.replace_filename(file_two.filename(), ec); in TEST_CASE() [all …]
|
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/ |
D | replace_filename.pass.cpp | 57 path& Ref = (p.replace_filename(TC.filename)); in main()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileSystem.h | 469 void replace_filename(const Twine &filename, file_status st = file_status());
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 449 // Add something for replace_filename to replace. 473 it.CurrentEntry.replace_filename(name);
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 520 // Add something for replace_filename to replace. 544 it.CurrentEntry.replace_filename(name);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 536 // Add something for replace_filename to replace. 560 it.CurrentEntry.replace_filename(name);
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 741 void replace_filename(const Twine &filename, file_status st = file_status());
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 752 void replace_filename(const Twine &filename, file_status st = file_status());
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 715 void directory_entry::replace_filename(const Twine &filename, file_status st) { in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 680 // Add something for replace_filename to replace. 704 it.CurrentEntry.replace_filename(name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 1115 void replace_filename(const Twine &filename,
|
/external/libcxx/include/ |
D | filesystem | 962 path& replace_filename(const path& __replacement) { 1982 void replace_filename(_Path const& __p) { 1983 __p_.replace_filename(__p); 1989 void replace_filename(_Path const& __p, error_code& __ec) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 976 void directory_entry::replace_filename(const Twine &filename, file_status st) { in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/llvm/lib/Support/ |
D | Path.cpp | 974 void directory_entry::replace_filename(const Twine &filename, file_status st) { in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 776 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Path.cpp | 1079 void directory_entry::replace_filename(const Twine &filename, in replace_filename() function in llvm::sys::fs::directory_entry
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 700 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 706 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 989 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8),
|