Searched refs:II_chroot (Results 1 – 1 of 1) sorted by relevance
42 mutable IdentifierInfo *II_chroot, *II_chdir; member in __anon471f24b40111::ChrootChecker47 ChrootChecker() : II_chroot(nullptr), II_chdir(nullptr) {} in ChrootChecker()70 if (!II_chroot) in evalCall()71 II_chroot = &Ctx.Idents.get("chroot"); in evalCall()75 if (FD->getIdentifier() == II_chroot) { in evalCall()130 if (!II_chroot) in checkPreStmt()131 II_chroot = &Ctx.Idents.get("chroot"); in checkPreStmt()136 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir) in checkPreStmt()