Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp42 mutable IdentifierInfo *II_chroot, *II_chdir; member in __anona50693f70111::ChrootChecker
47 ChrootChecker() : II_chroot(0), II_chdir(0) {} in ChrootChecker()
75 if (!II_chdir) in evalCall()
76 II_chdir = &Ctx.Idents.get("chdir"); in evalCall()
82 if (FD->getIdentifier() == II_chdir) { in evalCall()
138 if (!II_chdir) in checkPreStmt()
139 II_chdir = &Ctx.Idents.get("chdir"); in checkPreStmt()
142 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir) in checkPreStmt()