Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DChrootChecker.cpp59 void Chdir(CheckerContext &C, const CallExpr *CE) const;
83 Chdir(C, CE); in evalCall()
100 void ChrootChecker::Chdir(CheckerContext &C, const CallExpr *CE) const { in Chdir() function in ChrootChecker