Home
last modified time | relevance | path

Searched refs:create_symlink (Results 1 – 25 of 25) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/
Dcreate_symlink.pass.cpp34 ASSERT_NOT_NOEXCEPT(fs::create_symlink(p, p)); in TEST_CASE()
35 ASSERT_NOEXCEPT(fs::create_symlink(p, p, ec)); in TEST_CASE()
43 const path sym = env.create_symlink(file, "sym"); in TEST_CASE()
46 fs::create_symlink(sym, file2, ec); in TEST_CASE()
55 const path file_sym = env.create_symlink(file, "file_sym"); in TEST_CASE()
57 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE()
61 fs::create_symlink(file_sym, dest, ec); in TEST_CASE()
69 fs::create_symlink(dir_sym, dest, ec); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.read_symlink/
Dread_symlink.pass.cpp81 const path link = env.create_symlink(dne, "link"); in TEST_CASE()
83 create_symlink(link, nested_link); in TEST_CASE()
88 {env.create_symlink(dne, "dne_link"), dne}, in TEST_CASE()
89 {env.create_symlink(file, "file_link"), file}, in TEST_CASE()
90 {env.create_symlink(dir, "dir_link"), dir}, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/
Dremove_all.pass.cpp83 const path link = env.create_symlink(dne, "link"); in TEST_CASE()
85 create_symlink(link, nested_link); in TEST_CASE()
105 const path link = env.create_symlink(dir, "sym"); in TEST_CASE()
127 env.create_symlink(out_of_dir_file, dir / "sym1"), in TEST_CASE()
129 env.create_symlink(dir, dir1 / "sym2") in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_symlink/
Dcopy_symlink.pass.cpp61 const path sym = env.create_symlink(file, "sym"); in TEST_CASE()
87 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE()
89 const path file_sym = env.create_symlink(file, "file_sym"); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_directory_symlink/
Dcreate_directory_symlink.pass.cpp43 const path sym = env.create_symlink(file, "sym"); in TEST_CASE()
55 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp63 const path dne_sym = env.create_symlink(dne, "dne_sym"); in TEST_CASE()
84 const path sym = env.create_symlink(file_for_sym, "sym"); in TEST_CASE()
128 const path sym = env.create_symlink(file, "sym"); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove/
Dremove.pass.cpp81 const path link = env.create_symlink(dne, "link"); in TEST_CASE()
83 create_symlink(link, nested_link); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp62 const path sym_in_dir = env.create_symlink("dir/file", "dir/bad_sym"); in TEST_CASE()
63 const path sym_points_in_dir = env.create_symlink("dir/file", "sym"); in TEST_CASE()
177 create_symlink(p, sym); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.resize_file/
Dresize_file.pass.cpp61 const path bad_sym = env.create_symlink(dne, "sym"); in TEST_CASE()
100 const path sym = env.create_symlink(file1, "sym"); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.rename/
Drename.pass.cpp94 const path sym = env.create_symlink(file, "sym"); in TEST_CASE()
114 const path bad_sym = env.create_symlink(dne, "bad_sym"); in TEST_CASE()
/external/clang/tools/diagtool/
DCMakeLists.txt20 set(CLANGXX_LINK_OR_COPY create_symlink)
/external/llvm/cmake/modules/
DLLVMInstallSymlink.cmake7 set(LINK_OR_COPY create_symlink)
DAddLLVM.cmake1228 set(LLVM_LINK_OR_COPY create_symlink)
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp120 const path symlink = env.create_symlink(file, "sym"); in TEST_CASE()
267 const path file2_sym = env.create_symlink(file2, "file2_sym"); in TEST_CASE()
269 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_hard_link/
Dcreate_hard_link.pass.cpp42 const path sym = env.create_symlink(file, "sym"); in TEST_CASE()
/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py65 def create_symlink(source, link): function
Dfilesystem_test_helper.hpp148 std::string create_symlink(std::string source, std::string to) { in create_symlink() function
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp63 const path sym = env.create_symlink("dir/file", "sym"); in TEST_CASE()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h163 error_code create_symlink(const Twine &to, const Twine &from);
/external/lz4/contrib/cmake_unofficial/
DCMakeLists.txt190 COMMAND \"${CMAKE_COMMAND}\" -E create_symlink lz4 \"\${dest}\")
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp288 const path sym = env.create_symlink("file", "sym"); in TEST_CASE()
/external/libpng/
DCMakeLists.txt658 …execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink "${LINK_TARGET}" ${CMAKE_LIBRARY_OUTPUT…
659 …execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink "${LINK_TARGET}" ${DEST_FILE} WORKING_D…
/external/libcxx/include/experimental/
Dfilesystem117 void create_symlink(const path& to, const path& new_symlink);
118 void create_symlink(const path& to, const path& new_symlink,
1449 void create_symlink(const path& __to, const path& __new) {
1454 void create_symlink(const path& __to, const path& __new, error_code& __ec) _NOEXCEPT {
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc202 error_code create_symlink(const Twine &to, const Twine &from) {
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc244 error_code create_symlink(const Twine &to, const Twine &from) {