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

  /bionic/libc/unistd/
getcwd.c 32 char *getcwd(char *buf, size_t size) function
  /prebuilt/linux-x86/toolchain/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
  /external/srec/portable/include/
PANSIFileSystem.h 88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); member in struct:PANSIFileSystem_t
  /prebuilt/linux-x86/toolchain/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 "
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp 43 #define getcwd _getcwd // MSDN says getcwd is deprecated. macro
81 if (!getcwd(buffer.get() + prefixLength, PATH_MAX))
  /external/webkit/Tools/Scripts/webkitpy/common/system/
filesystem.py 115 def getcwd(self): member in class:FileSystem
116 """Wraps os.getcwd()."""
117 return os.getcwd()
filesystem_mock.py 128 def getcwd(self, path): 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...]
  /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
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 44 #define getcwd _getcwd macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 35 #define getcwd _getcwd macro
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 44 #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...]

Completed in 577 milliseconds