Searched refs:Chroot (Results 1 – 7 of 7) sorted by relevance
58 void Chroot(CheckerContext &C, const CallExpr *CE) const;76 Chroot(C, CE); in evalCall()87 void ChrootChecker::Chroot(CheckerContext &C, const CallExpr *CE) const { in Chroot() function in ChrootChecker
89 llvm::StringRef Chroot; member
62 if (!Config->Chroot.empty() && Path.startswith("/")) in readFile()63 Path = Saver.save(Config->Chroot + Path); in readFile()
769 Config->Chroot = Args.getLastArgValue(OPT_chroot); in readConfigs()
143 Chroot the server to the directory
360 Chroot the server to the directory
539 def ChrootChecker : Checker<"Chroot">,