Searched defs:Chdir (Results 1 – 3 of 3) sorted by relevance
45 const CallDescription Chroot{"chroot", 1}, Chdir{"chdir", 1}; member in __anonb85370090111::ChrootChecker
98 void ChrootChecker::Chdir(CheckerContext &C, const CallExpr *CE) const { in Chdir() function in ChrootChecker
158 def Chdir(dirname, create=True): function