Searched defs:ulBootDrive (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | SpecialSystemDirectory.cpp | 255 ULONG ulBootDrive = 0; 258 &ulBootDrive, sizeof ulBootDrive); 259 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index... 679 ULONG ulBootDrive = 0; local 682 &ulBootDrive, sizeof ulBootDrive); 683 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index... 692 ULONG ulBootDrive = 0; local 695 &ulBootDrive, sizeo [all...] |
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsSpecialSystemDirectory.cpp | 502 ULONG ulBootDrive = 0; 505 &ulBootDrive, sizeof ulBootDrive); 506 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index... 1034 ULONG ulBootDrive = 0; local 1037 &ulBootDrive, sizeof ulBootDrive); 1038 buffer[0] = 'A' - 1 + ulBootDrive; // duh, 1-based index... 1048 ULONG ulBootDrive = 0; local 1051 &ulBootDrive, sizeo [all...] |
Completed in 48 milliseconds