Searched refs:II_chdir (Results 1 – 1 of 1) sorted by relevance
42 mutable IdentifierInfo *II_chroot, *II_chdir; member in __anon5a1c34780111::ChrootChecker47 ChrootChecker() : II_chroot(nullptr), II_chdir(nullptr) {} in ChrootChecker()72 if (!II_chdir) in evalCall()73 II_chdir = &Ctx.Idents.get("chdir"); in evalCall()79 if (FD->getIdentifier() == II_chdir) { in evalCall()132 if (!II_chdir) in checkPreStmt()133 II_chdir = &Ctx.Idents.get("chdir"); in checkPreStmt()136 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir) in checkPreStmt()