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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Ddirect.h53 static inline char* getcwd(char * buf, int size) { return _getcwd(buf, size); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Ddirect.h63 static inline char* getcwd(char * buf, int size) { return _getcwd(buf, size); } function
/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c50 char *getcwd( char *buffer, unsigned int size) function
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMkPkg.py23 from os import getcwd namespace
125 Cwd = getcwd()
187 Cwd = getcwd()
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXw32defs.h33 # define getcwd _getcwd macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py26 from os import getcwd namespace
136 CurrentDirectory = getcwd()
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/
H A DSysCalls.c1132 The getcwd() function shall place an absolute pathname of the current
1150 *getcwd (char *buf, size_t size) function
/vbox/src/libs/xpcom18a4/nsprpub/config/
H A Dnsinstall.c70 * Does getcwd() take NULL as the first argument and malloc
81 ** balazs.pataki@sztaki.hu: The getcwd is broken in NEXTSTEP (returns 0),
85 #define getcwd(b,s) my_getcwd(b,s) macro
258 cwd = getcwd(0, PATH_MAX);
261 cwd = getcwd(cwd, PATH_MAX);
266 todir = getcwd(0, PATH_MAX);
269 todir = getcwd(todir, PATH_MAX);

Completed in 41 milliseconds