Searched defs:getcwd (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dgetcwd.c8 char* getcwd(char* buf, size_t size) { function
/external/chromium_org/native_client_sdk/src/libraries/gtest/
H A Dnacl_gtest_dummy_sys.cc15 char* getcwd(char* buf, size_t size) __attribute__ ((weak));
19 char* getcwd(char* buf, size_t size) { function
/external/srec/portable/include/
H A DPANSIFileSystem.h88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); member in struct:PANSIFileSystem_t
/external/openssh/openbsd-compat/
H A Dgetcwd.c1 /* $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/
H A Dfilesystem.py113 def getcwd(self): member in class:FileSystem
114 return os.getcwd()
H A Dfilesystem_mock.py158 def getcwd(self): member in class:MockFileSystem
/external/bison/darwin-lib/
H A Dunistd.h80 /* 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 GNU
919 # define getcwd rpl_getcwd
921 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
922 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
926 _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size));
928 _GL_CXXALIASWARN (getcwd);
930 # undef getcwd macro
[all...]
/external/bison/linux-lib/
H A Dunistd.h80 /* 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 GNU
919 # define getcwd rpl_getcwd
921 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
922 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
926 _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size));
928 _GL_CXXALIASWARN (getcwd);
930 # undef getcwd macro
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_glibc.cc131 OP(getcwd); \
175 char* WRAP(getcwd)(char* buf, size_t size) { function
H A Dkernel_proxy.cc187 char* KernelProxy::getcwd(char* buf, size_t size) { function in class:nacl_io::KernelProxy
220 return getcwd(buf, MAXPATHLEN);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h377 inline char *getcwd(char *buf, size_t size) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h374 inline char *getcwd(char *buf, size_t size) { function
/external/e2fsprogs/intl/
H A Ddcigettext.c141 # 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);

Completed in 270 milliseconds