Home
last modified time | relevance | path

Searched refs:chroot (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/scripts/lldb-test-qemu/
H A Drootfs.sh85 sudo chroot $image_name.dir locale-gen en_US.UTF-8
87 sudo chroot $image_name.dir sed -i \
90 sudo chroot $image_name.dir sed -i '$ a\nameserver 8.8.8.8' /etc/resolv.conf
92 sudo chroot $image_name.dir apt update
93 sudo chroot $image_name.dir apt -y install ssh bash-completion
94 sudo chroot $image_name.dir adduser --gecos "" $USER
95 sudo chroot $image_name.dir adduser $USER sudo
/llvm-project-15.0.7/clang/test/Analysis/
H A Dchroot.c3 extern int chroot(const char* path);
10 chroot("/usr/local"); // root changed. in f1()
15 chroot("/usr/local"); // root changed. in f2()
21 chroot("/usr/local"); // root changed. in f3()
/llvm-project-15.0.7/lld/test/ELF/
H A Dchroot.s4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.dir/chroot.o
5 # RUN: ld.lld --chroot %t.dir -o %t.exe /chroot.o
8 # RUN: ld.lld --chroot %t.dir -o %t.exe /scr
H A Dreproduce.s46 # RSP3: --chroot .
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dsanbox_read_proc_self_maps_test.cpp21 if (chroot("/tmp")) { in main()
/llvm-project-15.0.7/lld/test/MachO/
H A Dreroot-path.s9 ## syslibroot. `chroot` would do the job but isn't cross-platform, so I've used
/llvm-project-15.0.7/lld/ELF/
H A DConfig.h111 llvm::StringRef chroot; member
H A DOptions.td118 // --chroot doesn't have a help text because it is an internal option.
119 def chroot: Separate<["--"], "chroot">;
H A DInputFiles.cpp105 if (!config->chroot.empty() && path.startswith("/")) in readFile()
106 path = saver().save(config->chroot + path); in readFile()
H A DDriver.cpp1049 config->chroot = args.getLastArgValue(OPT_chroot); in readConfigs()
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst2512 Check improper use of chroot.
2519 chroot("/usr/local");
2520 f(); // warn: no call of chdir("/") immediately after chroot
/llvm-project-15.0.7/lldb/docs/resources/
H A Dbuild.rst519 qemu and chroot to simulate the target environment. Then you can install the
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1258 PRE_SYSCALL(chroot)(const void *filename) {
1264 POST_SYSCALL(chroot)(long res, const void *filename) {}
H A Dsanitizer_syscalls_netbsd.inc730 PRE_SYSCALL(chroot)(void *path_) {
736 POST_SYSCALL(chroot)(long long res, void *path_) {
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc261 // /proc is not always mounted under Linux (chroot for example).
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td562 HelpText<"Check improper use of chroot">,
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1462 fun:chroot=uninstrumented