HomeSort by relevance Sort by last modified time
    Searched full:ii_chdir (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 42 mutable IdentifierInfo *II_chroot, *II_chdir;
47 ChrootChecker() : II_chroot(0), II_chdir(0) {}
72 if (!II_chdir)
73 II_chdir = &Ctx.Idents.get("chdir");
79 if (FD->getIdentifier() == II_chdir) {
132 if (!II_chdir)
133 II_chdir = &Ctx.Idents.get("chdir");
136 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir)

Completed in 52 milliseconds