HomeSort by relevance Sort by last modified time
    Searched defs:chdir (Results 76 - 97 of 97) sorted by null

1 2 34

  /external/lldb/examples/customization/pwd-cd-and-system/
utils.py 7 """Holds the _prev_dir_ class attribute for chdir() function."""
18 def chdir(debugger, args, result, dict): function
33 os.chdir(new_dir)
  /external/srec/portable/include/
PFileSystem.h 96 ESR_ReturnCode(*chdir)(struct PFileSystem_t* self, const LCHAR* path); member in struct:PFileSystem_t
  /external/chromium_org/tools/gyp/test/mac/
gyptest-postbuild-fail.py 20 test.run_gyp('test.gyp', chdir='postbuild-fail')
47 test.build('test.gyp', 'nonbundle', chdir='postbuild-fail',
50 chdir='postbuild-fail') variable
53 test.build('test.gyp', 'nonbundle', chdir='postbuild-fail',
58 test.build('test.gyp', 'bundle', chdir='postbuild-fail',
61 chdir='postbuild-fail') variable
64 test.build('test.gyp', 'bundle', chdir='postbuild-fail',
gyptest-app.py 37 test.run_gyp('test.gyp', chdir='app-bundle')
39 test.build('test.gyp', test.ALL, chdir='app-bundle')
43 chdir='app-bundle') variable
47 chdir='app-bundle') variable
79 chdir='app-bundle') variable
88 chdir='app-bundle') variable
92 chdir='app-bundle') variable
94 chdir='app-bundle') variable
97 if set(ls(test.built_file_path('Test App Gyp.app', chdir='app-bundle'))) != \
  /external/chromium_org/tools/gyp/test/win/
gyptest-link-embed-manifest.py 51 CHDIR = 'linker-flags'
52 test.run_gyp('embed-manifest.gyp', chdir=CHDIR)
53 test.build('embed-manifest.gyp', test.ALL, chdir=CHDIR)
57 'test_manifest_exe.exe', chdir=CHDIR), 1))
59 'test_manifest_exe_inc.exe', chdir=CHDIR), 1))
61 'test_manifest_dll.dll', chdir=CHDIR), 2)
74 chdir=CHDIR), 1)) variable
79 chdir=CHDIR), 1)) variable
83 chdir=CHDIR), 1)) variable
89 chdir=CHDIR), 1)) variable
93 chdir=CHDIR), 1)) variable
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc 123 OP(chdir); \
173 int WRAP(chdir)(const char* pathname) { function
kernel_wrap_bionic.cc 117 OP(chdir); \
147 int WRAP(chdir)(const char* pathname) { function
kernel_proxy.cc 280 int KernelProxy::chdir(const char* path) { function in class:nacl_io::KernelProxy
    [all...]
  /external/chromium_org/third_party/webrtc/test/testsupport/
fileutils_unittest.cc 22 #define chdir _chdir macro
37 // of them change it with chdir during execution (not restored by the
81 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0);
84 ASSERT_EQ(chdir(original_working_dir_.c_str()), 0);
116 ASSERT_EQ(0, chdir(kPathDelimiter));
154 ASSERT_EQ(0, chdir(kPathDelimiter));
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 94 test.run_gyp('test-device.gyp', chdir='app-bundle')
104 test.build('test-device.gyp', 'test_app', chdir='app-bundle')
106 chdir='app-bundle') variable
110 chdir='app-bundle') variable
131 test.build('test-device.gyp', 'sig_test', chdir='app-bundle')
133 chdir='app-bundle') variable
136 chdir='app-bundle') variable
142 chdir='app-bundle') variable
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 223 function chdir(e) { function
225 postCall('chdir', dirname, function(dirname) {
  /external/chromium_org/v8/tools/unittests/
run_benchmarks_test.py 116 def chdir(*args, **kwargs): function in function:BenchmarksTest._MockCommand
118 os.chdir = MagicMock(side_effect=chdir)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 67 def chdir(self, path): member in class:FileSystem
68 return os.chdir(path)
filesystem_mock.py 101 def chdir(self, path): member in class:MockFileSystem
  /external/bison/darwin-lib/
unistd.h 86 /* 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");
    [all...]
  /external/bison/linux-lib/
unistd.h 86 /* 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");
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 358 /* This is needed for getcwd() and chdir(). */
572 # if !defined chdir macro
573 # define chdir _chdir2
580 chdir() and getcwd(). This avoids some error messages for the
584 # undef chdir
583 # undef chdir macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 24 # define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 15 # define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 15 # define chdir _chdir macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 672 def chdir(self, dir): member in class:DirList
673 self.tk.call(self._w, 'chdir', dir)
694 def chdir(self, dir): member in class:DirTree
695 self.tk.call(self._w, 'chdir', dir)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 672 def chdir(self, dir): member in class:DirList
673 self.tk.call(self._w, 'chdir', dir)
694 def chdir(self, dir): member in class:DirTree
695 self.tk.call(self._w, 'chdir', dir)
    [all...]

Completed in 977 milliseconds

1 2 34