HomeSort by relevance Sort by last modified time
    Searched full:create_hardlink (Results 1 - 10 of 10) sorted by null

  /external/toybox/tests/
link.test 15 testing "create_hardlink" "link file hlink && [ file -ef hlink ] &&
ln.test 12 testing "create_hardlink" "ln file hlink && [ file -ef hlink ] &&
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 92 const path hl1 = env.create_hardlink(file, "hl1");
93 const path hl2 = env.create_hardlink(file, "hl2");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 92 const path hl1 = env.create_hardlink(file, "hl1");
93 const path hl2 = env.create_hardlink(file, "hl2");
  /external/libcxx/test/support/
filesystem_dynamic_test_helper.py 69 def create_hardlink(source, link): function
filesystem_test_helper.hpp 155 std::string create_hardlink(std::string source, std::string to) {
158 fs_helper_run(fs_make_cmd("create_hardlink", source, to));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_dynamic_test_helper.py 69 def create_hardlink(source, link): function
filesystem_test_helper.hpp 155 std::string create_hardlink(std::string source, std::string to) {
158 fs_helper_run(fs_make_cmd("create_hardlink", source, to));
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.hard_lk_ct/
hard_link_count.pass.cpp 80 env.create_hardlink(file, "file_hl");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.hard_lk_ct/
hard_link_count.pass.cpp 80 env.create_hardlink(file, "file_hl");

Completed in 1240 milliseconds