HomeSort by relevance Sort by last modified time
    Searched full:ii_chroot (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(nullptr), II_chdir(nullptr) {}
70 if (!II_chroot)
71 II_chroot = &Ctx.Idents.get("chroot");
75 if (FD->getIdentifier() == II_chroot) {
130 if (!II_chroot)
131 II_chroot = &Ctx.Idents.get("chroot");
136 if (FD->getIdentifier() == II_chroot || FD->getIdentifier() == II_chdir)

Completed in 448 milliseconds