/vbox/src/libs/libxml2-2.6.31/win32/wince/ |
H A D | wincecompat.c | 50 char *getcwd( char *buffer, unsigned int size) function
|
H A D | wincecompat.h | 39 char *getcwd( char *buffer, unsigned int size);
|
/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/VBox/Devices/EFI/Firmware/OvmfPkg/ |
H A D | create-release.py | 50 dir = os.getcwd() 57 dir = os.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/ |
H A D | MkPkg.py | 23 from os import getcwd namespace 125 Cwd = getcwd() 187 Cwd = getcwd()
|
H A D | UPT.py | 191 AbsPath = os.path.normpath(os.path.join(os.getcwd(), Opt.PackFileToInstall))
|
/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);
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | process.c | 203 if (!getcwd(dir, maxLen))
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/ |
H A D | PackageFile.py | 153 Cwd = os.getcwd() 173 Cwd = os.getcwd()
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/ |
H A D | DecParserTest.py | 58 Path = os.path.join(os.getcwd(), 'test.dec')
|
H A D | InfBinarySectionTest.py | 290 Global.gINF_MODULE_DIR = os.getcwd()
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | unistd.h | 53 The getcwd() function shall place an absolute pathname of the current 67 char *getcwd(char *Buf, size_t BufSize);
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpecUnix.cpp | 123 (void) getcwd(buffer, MAXPATHLEN); 544 (void) getcwd(curdir, MAXPATHLEN);
|
H A D | nsFileSpecBeOS.cpp | 465 (void) getcwd(curdir, MAXPATHLEN);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/ |
H A D | Split.c | 389 CurrentDir = (CHAR8*)getcwd((CHAR8*)0, 0);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/ |
H A D | EdkIIWorkspace.py | 43 self.CurrentWorkingDir = os.getcwd()
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 573 my $dir = getcwd;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/ |
H A D | mingw-gcc-build.py | 58 self.base_dir = os.getcwd() 446 base_dir = os.getcwd()
|
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/ |
H A D | getpath.c | 351 if (!getcwd(path, MAXPATHLEN)) {
|
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | mount.vboxsf.c | 491 if (!getcwd(szCWD, sizeof(szCWD)))
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | path-posix.cpp | 349 if (getcwd(szNativeCurDir, sizeof(szNativeCurDir)) != NULL)
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | tmocon.c | 65 /* for getcwd */ 125 (void)getcwd(path, sizeof(path));
|
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/ |
H A D | nsGREDirServiceProvider.cpp | 294 if (getcwd(buffer, MAXPATHLEN))
|