Searched defs:chdir (Results 1 - 12 of 12) sorted by relevance

/external/autotest/site_utils/lib/
H A Dinfra.py19 def chdir(dirname=None): function
22 Will chdir into the provided dirname for the lifetime of the context and
25 @param dirname: The dirname to chdir into.
30 os.chdir(dirname)
33 os.chdir(curdir)
/external/syslinux/core/fs/
H A Dchdir.c87 __export int chdir(const char *src) function
94 dprintf("chdir: from %s (inode %p) add %s\n",
97 if (this_fs->fs_ops->chdir)
98 return this_fs->fs_ops->chdir(this_fs, src);
128 dprintf("chdir: final %s (inode %p)\n",
/external/skia/infra/bots/
H A Dutils.py48 os.chdir(self._tmp_dir)
52 os.chdir(self._orig_dir)
60 class chdir(object): class in inherits:object
68 os.chdir(self._dir)
72 os.chdir(self._orig_dir)
/external/syslinux/com32/include/syslinux/
H A Dpmapi.h71 int (*chdir)(const char *); member in struct:com32_pmapi
/external/webrtc/webrtc/test/testsupport/
H A Dfileutils_unittest.cc21 #define chdir _chdir macro
34 // of them change it with chdir during execution (not restored by the
46 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0);
49 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0);
90 ASSERT_EQ(0, chdir(kPathDelimiter));
129 ASSERT_EQ(0, chdir(kPathDelimiter));
/external/v8/tools/unittests/
H A Drun_perf_test.py130 def chdir(*args, **kwargs): function in function:PerfTest._MockCommand
132 os.chdir = MagicMock(side_effect=chdir)
/external/ImageMagick/MagickCore/
H A Dnt-base.h89 #if !defined(chdir)
90 # define chdir _chdir macro
/external/bison/darwin-lib/
H A Dunistd.h86 /* Native Windows platforms declare chdir, getcwd, rmdir in
561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
562 _GL_CXXALIASWARN (chdir);
564 # undef chdir macro
566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
567 "use gnulib module chdir for portability");
/external/bison/linux-lib/
H A Dunistd.h86 /* Native Windows platforms declare chdir, getcwd, rmdir in
561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
562 _GL_CXXALIASWARN (chdir);
564 # undef chdir macro
566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
567 "use gnulib module chdir for portability");
/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py431 def chdir(self, path): member in class:OsModuleStub
/external/syslinux/core/include/
H A Dfs.h62 int (*chdir)(struct fs_info *, const char *); member in struct:fs_ops
216 /* chdir.c */
219 int chdir(const char *src);
233 /* chdir.c */
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1351 def chdir(self, target_directory): member in class:FakeOsModule

Completed in 359 milliseconds