HomeSort by relevance Sort by last modified time
    Searched refs:Chdir (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
gen_client.py 178 with util.Chdir(codegen.outdir):
192 with util.Chdir(codegen.outdir):
202 with util.Chdir(codegen.outdir):
214 with util.Chdir(codegen.outdir):
257 with util.Chdir(original_outdir):
259 with util.Chdir('apitools'):
261 with util.Chdir('clients'):
util.py 137 def Chdir(dirname, create=True):
144 os.chdir(dirname)
146 os.chdir(previous_directory)
  /external/clang/lib/StaticAnalyzer/Checkers/
ChrootChecker.cpp 36 // NO_CHROOT ---chroot(path)--> ROOT_CHANGED ---chdir(/) --> JAIL_ENTERED
38 // ROOT_CHANGED<--chdir(..)-- JAIL_ENTERED<--chdir(..)--
59 void Chdir(CheckerContext &C, const CallExpr *CE) const;
73 II_chdir = &Ctx.Idents.get("chdir");
80 Chdir(C, CE);
97 void ChrootChecker::Chdir(CheckerContext &C, const CallExpr *CE) const {
106 // After chdir("/"), enter the jail, set the enum value JAIL_ENTERED.
123 // Check the jail state before any function call except chroot and chdir().
133 II_chdir = &Ctx.Idents.get("chdir");
    [all...]
  /system/update_engine/common/
test_utils.h 89 inline int Chdir(const std::string& path) {
90 return chdir(path.c_str());
  /external/boringssl/src/util/
all_tests.go 207 os.Chdir("..")

Completed in 107 milliseconds