HomeSort by relevance Sort by last modified time
    Searched defs:getcwd (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
unistd.h 45 #undef getcwd macro
73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
unistd.h 45 #undef getcwd macro
73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
unistd.h 45 #undef getcwd macro
73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size) function
  /toolchain/binutils/binutils-2.25/libiberty/
getcwd.c 1 /* Emulate getcwd using getwd.
6 @deftypefn Supplemental char* getcwd (char *@var{pathname}, int @var{len})
13 @code{getcwd} will obtain @var{len} bytes of space using
41 getcwd (char *buf, size_t len) function
getpwd.c 45 BSD systems) now provides getcwd as called for by POSIX. Allow for
51 #define getcwd(buf,len) getwd(buf) macro
87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2)
120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1
  /bionic/libc/bionic/
getcwd.cpp 37 char* getcwd(char* buf, size_t size) { function
  /external/libxml2/win32/wince/
wincecompat.c 49 char *getcwd( char *buffer, unsigned int size) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
unistd.h 193 (char *__buf, size_t __size), getcwd) __wur;
197 __wur __warnattr ("getcwd caller with bigger length than size of "
201 __NTH (getcwd (char *__buf, size_t __size)) function
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
unistd.h 193 (char *__buf, size_t __size), getcwd) __wur;
197 __wur __warnattr ("getcwd caller with bigger length than size of "
201 __NTH (getcwd (char *__buf, size_t __size)) function
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
unistd.h 193 (char *__buf, size_t __size), getcwd) __wur;
197 __wur __warnattr ("getcwd caller with bigger length than size of "
201 __NTH (getcwd (char *__buf, size_t __size)) function
218 __nonnull ((1)) __wur __warnattr ("please use getcwd instead, as getwd "
  /system/core/adb/
adb_utils.cpp 66 bool getcwd(std::string* s) { function
67 char* cwd = getcwd(nullptr, 0);
sysdeps.h 377 #define getcwd adb_getcwd macro
  /bionic/libc/include/
unistd.h 152 extern char* getcwd(char* __buf, size_t __size);
252 __errordecl(__getcwd_dest_size_error, "getcwd called with size bigger than destination");
253 extern char* __getcwd_real(char*, size_t) __RENAME(getcwd); variable
298 char* getcwd(char* buf, size_t size) { function
  /external/chromium-trace/catapult/third_party/typ/typ/fakes/
host_fake.py 124 def getcwd(self): member in class:FakeHost
  /external/ImageMagick/MagickCore/
nt-base.h 137 #if !defined(getcwd)
138 # define getcwd _getcwd macro
  /external/bison/darwin-lib/
unistd.h 80 /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>. */
86 /* Native Windows platforms declare chdir, getcwd, rmdir in
912 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>.
913 Additionally, the gnulib module 'getcwd' guarantees the following GN
930 # undef getcwd macro
    [all...]
  /external/bison/linux-lib/
unistd.h 80 /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>. */
86 /* Native Windows platforms declare chdir, getcwd, rmdir in
912 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>.
913 Additionally, the gnulib module 'getcwd' guarantees the following GN
930 # undef getcwd macro
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
host.py 109 def getcwd(self): member in class:Host
110 return os.getcwd()
  /ndk/sources/host-tools/make-3.81/
make.h 358 /* This is needed for getcwd() and chdir(). */
493 extern char *getcwd ();
497 # define getcwd(buf, len) getwd (buf)
575 # if !defined getcwd macro
576 # define getcwd _getcwd2
580 chdir() and getcwd(). This avoids some error messages for the
585 # undef getcwd
496 # define getcwd macro
584 # undef getcwd macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 33 # define getcwd _getcwd macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 33 # define getcwd _getcwd macro
  /external/e2fsprogs/intl/
dcigettext.c 141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
152 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro
154 char *getcwd ();
537 path_max += 2; /* The getcwd docs say to do this. */
545 ret = getcwd (dirname, path_max);
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
151 char *getcwd ();
541 path_max += 2; /* The getcwd docs say to do this. */
549 ret = getcwd (dirname, path_max);
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 1370 def getcwd(self): member in class:FakeOsModule
    [all...]
  /external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/
fake_filesystem.py 1388 def getcwd(self): member in class:FakeOsModule
    [all...]

Completed in 305 milliseconds

1 2