Home
last modified time | relevance | path

Searched refs:NEW_ROOT (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pivot_root/
H A Dpivot_root01.c24 #define NEW_ROOT "/new_root" macro
112 SAFE_MKDIR(NEW_ROOT, 0777); in run()
119 SAFE_MOUNT("none", NEW_ROOT, "tmpfs", 0, 0); in run()
150 TEST(syscall(__NR_pivot_root, NEW_ROOT, actual_put_old)); in run()

Completed in 1 milliseconds