Searched refs:curdir (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp462 char curdir [MAXPATHLEN]; local
465 (void) getcwd(curdir, MAXPATHLEN);
466 if (!curdir)
470 sprintf(curdir, "%.200s", (const char*)mPath);
472 BEntry e(curdir);
H A DnsFileSpecUnix.cpp541 char curdir [MAXPATHLEN]; local
544 (void) getcwd(curdir, MAXPATHLEN);
545 if (!curdir)
549 sprintf(curdir, "%.200s", (const char*)mPath);
553 if (STATFS(curdir, &fs_buf, 0, 0) < 0)
555 if (STATFS(curdir, &fs_buf) < 0)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwinbase16.h104 CHAR curdir[65]; /* 67 Current directory */ member in struct:_TDB
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h104 CHAR curdir[65]; /* 67 Current directory */ member in struct:_TDB
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinternl.h2698 CURDIR curdir; /* current directory */ member in struct:__anon14586
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinternl.h2638 CURDIR curdir; /* current directory */ member in struct:__anon1892

Completed in 283 milliseconds