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

  /bionic/libc/arch-arm/syscalls/
chdir.S 6 ENTRY(chdir) function
15 END(chdir)
  /bionic/libc/arch-mips/syscalls/
chdir.S 4 .globl chdir
6 .ent chdir
8 chdir: label
22 .end chdir
  /bionic/libc/arch-x86/syscalls/
chdir.S 6 ENTRY(chdir) function
21 END(chdir)
  /external/srec/portable/include/
PFileSystem.h 96 ESR_ReturnCode(*chdir)(struct PFileSystem_t* self, const LCHAR* path); member in struct:PFileSystem_t
  /external/webkit/Tools/Scripts/webkitpy/style/
main_unittest.py 48 def chdir(self, current_directory): member in class:ChangeDirectoryTest._MockOs
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 64 def chdir(self, path): member in class:FileSystem
65 """Wraps os.chdir()."""
66 return os.chdir(path)
filesystem_mock.py 73 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/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 26 #define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 17 #define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 26 #define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 17 #define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 26 #define chdir _chdir macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 17 #define chdir _chdir macro

Completed in 776 milliseconds