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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
getcwd.c 11 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/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/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.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-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
  /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/x86_64-linux-glibc2.11-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.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 "
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 230 function getcwd(e) { function
231 postCall('getcwd', function(dirname) {
232 common.logMessage('getcwd: ' + dirname + '.');
  /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/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/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include-fixed/X11/
Xw32defs.h 42 # define getcwd _getcwd macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xw32defs.h 33 # define getcwd _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
  /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...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 294 char* KernelProxy::getcwd(char* buf, size_t size) { function in class:nacl_io::KernelProxy
300 std::string cwd = GetCWD();
317 return getcwd(buf, MAXPATHLEN);
    [all...]

Completed in 723 milliseconds