Searched refs:pivot_root (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/ |
H A D | linux_pivot_root_test.cpp | 10 extern "C" int pivot_root(const char*, const char*); 19 int result = pivot_root(nullptr, nullptr); in HWTEST_F()
|
/third_party/musl/src/linux/ |
H A D | pivot_root.c | 3 int pivot_root(const char *new, const char *old) in pivot_root() function
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | include.h | 74 static inline int pivot_root(const char *new_root, const char *put_old) in pivot_root() function 79 static inline int pivot_root(const char *new_root, const char *put_old) in pivot_root() function 159 "file::pivot_root", in clear_status()
|
H A D | tomoyo_filesystem_test.c | 43 pivot_root(pivot_root_dir, proc_policy_dir); in child() 565 /* Test pivot_root(). */ in main() 569 set_profile(3, "file::pivot_root"); in main() 572 snprintf(stack, 8191, "pivot_root('%s', '%s')", pivot_root_dir, in main() 590 snprintf(stack, 8191, "pivot_root('%s', '%s')", pivot_root_dir, in main() 606 set_profile(2, "file::pivot_root"); in main() 607 snprintf(stack, 8191, "pivot_root('%s', '%s')", pivot_root_dir, in main() 623 set_profile(0, "file::pivot_root"); in main()
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 44 pub use self::pivot_root::*; 2746 mod pivot_root { modules 2750 pub fn pivot_root<P1: ?Sized + NixPath, P2: ?Sized + NixPath>( in pivot_root() functions
|
/third_party/toybox/generated/ |
H A D | flags.h | 2223 // pivot_root <2>2 <2>2 5352 #define TT this.pivot_root
|
Completed in 18 milliseconds