HomeSort by relevance Sort by last modified time
    Searched refs:chdir (Results 126 - 150 of 208) sorted by null

1 2 3 4 56 7 8 9

  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
linux-unistd.h 102 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 99 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
linux-unistd.h 102 int chdir (const char*);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
linux-unistd.h 102 int chdir (const char*);
  /external/clang/lib/Tooling/
Tooling.cpp 31 // For chdir, see the comment in ClangTool::run for more information.
299 // FIXME: chdir is thread hostile; on the other hand, creating the same
300 // behavior as chdir is complex: chdir resolves the path once, thus
302 // on the same path the original chdir resulted in. This makes a difference
306 if (chdir(CompileCommands[I].second.Directory.c_str()))
307 llvm::report_fatal_error("Cannot chdir into \"" +
  /external/oprofile/daemon/
oprofiled.c 148 if (chdir(op_session_dir)) {
149 fprintf(stderr, "oprofiled: opd_go_daemon: couldn't chdir to %s: %s",
opd_perfmon.c 334 if (chdir("/") < 0) {
335 perror("Unable to chdir to \"/\"");
  /external/wpa_supplicant_8/src/utils/
os_unix.c 127 if (chdir("/") < 0)
  /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/lib/
unistd.in.h 85 /* Native Windows platforms declare chdir, getcwd, rmdir in
249 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
250 _GL_CXXALIASWARN (chdir);
252 # undef chdir
254 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
255 "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/
main.c 75 extern int chdir ();
844 chdir (directory_before_chdir);
    [all...]
  /external/genext2fs/
genext2fs.c 23 // 14 Jun 2000 Bugfix: bad chdir() with -d option
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
handlers.c 694 * Handle a call to chdir() made by JavaScript.
696 * chdir expects 1 parameter:
706 *output = PrintfToNewString("chdir takes 1 parameter.");
711 int result = chdir(dirname);
713 *output = PrintfToNewString("chdir returned error: %d", errno);
717 *output = PrintfToNewString("chdir\1%s", dirname);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_intercept.cc 75 return s_kp->chdir(path);
  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 632 if (opt_extractdir && chdir(dirname))
  /external/e2fsprogs/misc/
uuidd.c 81 if (chdir("/")) {} /* Silence warn_unused_result warning */
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 910 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
915 inline int ChDir(const char* dir) { return chdir(dir); }
    [all...]

Completed in 419 milliseconds

1 2 3 4 56 7 8 9