Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DChrootChecker.cpp59 void Chdir(CheckerContext &C, const CallExpr *CE) const;
80 Chdir(C, CE); in evalCall()
97 void ChrootChecker::Chdir(CheckerContext &C, const CallExpr *CE) const { in Chdir() function in ChrootChecker