Searched refs:getcwd (Results 1 - 25 of 51) sorted by relevance

123

/vbox/src/libs/libxml2-2.6.31/win32/wince/
H A Dwincecompat.c50 char *getcwd( char *buffer, unsigned int size) function
H A Dwincecompat.h39 char *getcwd( char *buffer, unsigned int size);
/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/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dcreate-release.py50 dir = os.getcwd()
57 dir = os.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/
H A DMkPkg.py23 from os import getcwd namespace
125 Cwd = getcwd()
187 Cwd = getcwd()
H A DUPT.py191 AbsPath = os.path.normpath(os.path.join(os.getcwd(), Opt.PackFileToInstall))
/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);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dprocess.c203 if (!getcwd(dir, maxLen))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py153 Cwd = os.getcwd()
173 Cwd = os.getcwd()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/UnitTest/
H A DDecParserTest.py58 Path = os.path.join(os.getcwd(), 'test.dec')
H A DInfBinarySectionTest.py290 Global.gINF_MODULE_DIR = os.getcwd()
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dunistd.h53 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 DnsFileSpecUnix.cpp123 (void) getcwd(buffer, MAXPATHLEN);
544 (void) getcwd(curdir, MAXPATHLEN);
H A DnsFileSpecBeOS.cpp465 (void) getcwd(curdir, MAXPATHLEN);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c389 CurrentDir = (CHAR8*)getcwd((CHAR8*)0, 0);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspace.py43 self.CurrentWorkingDir = os.getcwd()
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl573 my $dir = getcwd;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/
H A Dmingw-gcc-build.py58 self.base_dir = os.getcwd()
446 base_dir = os.getcwd()
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c351 if (!getcwd(path, MAXPATHLEN)) {
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dmount.vboxsf.c491 if (!getcwd(szCWD, sizeof(szCWD)))
/vbox/src/VBox/Runtime/r3/posix/
H A Dpath-posix.cpp349 if (getcwd(szNativeCurDir, sizeof(szNativeCurDir)) != NULL)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtmocon.c65 /* for getcwd */
125 (void)getcwd(path, sizeof(path));
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp294 if (getcwd(buffer, MAXPATHLEN))

Completed in 2655 milliseconds

123