Home
last modified time | relevance | path

Searched refs:Chroot (Results 1 – 25 of 29) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp59 void Chroot(CheckerContext &C, const CallExpr *CE) const;
77 Chroot(C, CE); in evalCall()
88 void ChrootChecker::Chroot(CheckerContext &C, const CallExpr *CE) const { in Chroot() function in ChrootChecker
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzsyscall_netbsd_arm.go521 func Chroot(path string) (err error) { func
Dzsyscall_netbsd_amd64.go521 func Chroot(path string) (err error) { func
Dzsyscall_netbsd_386.go521 func Chroot(path string) (err error) { func
Dzsyscall_openbsd_386.go519 func Chroot(path string) (err error) { func
Dzsyscall_dragonfly_amd64.go538 func Chroot(path string) (err error) { func
Dzsyscall_openbsd_amd64.go519 func Chroot(path string) (err error) { func
Dzsyscall_openbsd_arm.go519 func Chroot(path string) (err error) { func
Dzsyscall_darwin_amd64.go584 func Chroot(path string) (err error) { func
Dzsyscall_solaris_amd64.go644 func Chroot(path string) (err error) { func
Dzsyscall_darwin_arm64.go584 func Chroot(path string) (err error) { func
Dzsyscall_darwin_arm.go584 func Chroot(path string) (err error) { func
Dzsyscall_darwin_386.go584 func Chroot(path string) (err error) { func
Dzsyscall_freebsd_amd64.go534 func Chroot(path string) (err error) { func
Dzsyscall_freebsd_arm.go534 func Chroot(path string) (err error) { func
Dzsyscall_freebsd_386.go534 func Chroot(path string) (err error) { func
Dzsyscall_linux_s390x.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_386.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_arm64.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_mipsle.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_mips64le.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_sparc64.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_arm.go405 func Chroot(path string) (err error) { func
Dzsyscall_linux_mips64.go405 func Chroot(path string) (err error) { func
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td389 def ChrootChecker : Checker<"Chroot">,

12