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

1 2

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
getcwd.c 8 char* getcwd(char* buf, size_t size) { function
  /bionic/libc/bionic/
getcwd.cpp 34 char* getcwd(char* buf, size_t size) { function
  /external/chromium_org/native_client_sdk/src/libraries/gtest/
nacl_gtest_dummy_sys.cc 15 char* getcwd(char* buf, size_t size) __attribute__ ((weak));
19 char* getcwd(char* buf, size_t size) { function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/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/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
unistd.h 45 #undef getcwd macro
73 (char *__buf, size_t __size), getcwd);
76 getcwd (char *__buf, size_t __size) function
  /external/srec/portable/include/
PANSIFileSystem.h 88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); member in struct:PANSIFileSystem_t
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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 "
  /external/openssh/openbsd-compat/
getcwd.c 1 /* $OpenBSD: getcwd.c,v 1.14 2005/08/08 08:05:34 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/gen/getcwd.c */
52 getcwd(char *pt, size_t size) function
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 113 def getcwd(self): member in class:FileSystem
114 return os.getcwd()
filesystem_mock.py 158 def getcwd(self): member in class:MockFileSystem
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 267 /* Include the headers that might declare getcwd so that they will not
276 <http://www.opengroup.org/susv3xsh/getcwd.html>.
277 Additionally, the gnulib module 'getcwd' guarantees the following GNU
281 # define getcwd rpl_getcwd macro
282 extern char * getcwd (char *buf, size_t size);
285 # undef getcwd macro
286 # define getcwd(b,s) \ macro
287 (GL_LINK_WARNING ("getcwd is unportable - " \
288 "use gnulib module getcwd for portability"), \
289 getcwd (b, s)
    [all...]
  /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_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc 131 OP(getcwd); \
175 char* WRAP(getcwd)(char* buf, size_t size) { function
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 377 inline char *getcwd(char *buf, size_t size) { function
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 374 inline char *getcwd(char *buf, size_t size) { function
  /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/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 44 #define getcwd _getcwd macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 35 #define getcwd _getcwd 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 44 #define getcwd _getcwd macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 35 #define getcwd _getcwd 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 44 #define getcwd _getcwd macro

Completed in 1665 milliseconds

1 2