Searched refs:create_symlinks (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/tests/f_badsymlinks2/ |
D | mkimage.sh | 38 create_symlinks() { function 98 create_symlinks $dir true 114 create_symlinks mnt/default 118 create_symlinks mnt/extents 122 create_symlinks mnt/inline_data
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/ |
D | copy.pass.cpp | 144 fs::copy(symlink, file, copy_options::create_symlinks, ec); in TEST_CASE() 165 fs::copy(file, dest, CO::create_symlinks, ec); in TEST_CASE() 288 fs::copy(dir, dest, copy_options::create_symlinks, ec); in TEST_CASE() 295 fs::copy(dir, dest, copy_options::create_symlinks|copy_options::recursive, ec); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.enum/ |
D | enum.copy_options.pass.cpp | 60 E::create_symlinks == ME(128) && in main()
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 557 options & (copy_options::create_symlinks | copy_options::skip_symlinks)); in __copy() 597 } else if (bool(copy_options::create_symlinks & options)) { in __copy() 607 } else if (is_directory(f) && bool(copy_options::create_symlinks & options)) { in __copy()
|
/external/libcxx/include/ |
D | filesystem | 396 create_symlinks = 128,
|