Searched defs:getcwd (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | direct.h | 53 static inline char* getcwd(char * buf, int size) { return _getcwd(buf, size); } function
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | direct.h | 63 static inline char* getcwd(char * buf, int size) { return _getcwd(buf, size); } function
|
/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.c | 50 char *getcwd( char *buffer, unsigned int size) function
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/ |
H A D | MkPkg.py | 23 from os import getcwd namespace 125 Cwd = getcwd() 187 Cwd = getcwd()
|
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xw32defs.h | 33 # define getcwd _getcwd macro
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/ |
H A D | Misc.py | 26 from os import getcwd namespace 136 CurrentDirectory = getcwd()
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
H A D | SysCalls.c | 1132 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 D | nsinstall.c | 70 * 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 56 milliseconds