Searched defs:getcwd (Results 1 - 11 of 11) sorted by last modified time

/external/srec/portable/include/
H A DPANSIFileSystem.h88 ESR_ReturnCode(*getcwd)(PFileSystem* self, LCHAR* cwd, size_t* len); member in struct:PANSIFileSystem_t
/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);
/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/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/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dexample.js230 function getcwd(e) { function
231 postCall('getcwd', function(dirname) {
232 common.logMessage('getcwd: ' + dirname + '.');
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc300 char* KernelProxy::getcwd(char* buf, size_t size) { function in class:nacl_io::KernelProxy
323 return getcwd(buf, MAXPATHLEN);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dgetcwd.c13 * hook the internal calls to getcwd. However, we need to intercept it here
14 * since gtest call getcwd in a static constructor which general runs before
17 char* getcwd(char* buf, size_t size) { function
/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...]

Completed in 1041 milliseconds