|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "winnls.h"#include "winuser.h"#include "winreg.h"#include "setupapi.h"#include "wine/test.h"
Go to the source code of this file.
Classes | |
| struct | device_usage |
| struct | section |
| struct | section_i |
Macros | |
| #define | STD_HEADER "[Version]\r\nSignature=\"$CHICAGO$\"\r\n" |
Functions | |
| static const char * | debugstr_longlong (ULONGLONG ll) |
| static HINF | inf_open_file_content (const char *tmpfilename, const char *data, UINT *err_line) |
| static void | test_SetupCreateDiskSpaceListA (void) |
| static void | test_SetupCreateDiskSpaceListW (void) |
| static void | test_SetupDuplicateDiskSpaceListA (void) |
| static void | test_SetupDuplicateDiskSpaceListW (void) |
| static LONGLONG | get_file_size (char *path) |
| static void | test_SetupQuerySpaceRequiredOnDriveA (void) |
| static void | test_SetupQuerySpaceRequiredOnDriveW (void) |
| static void | test_SetupAddToDiskSpaceListA (void) |
| static void | test_SetupQueryDrivesInDiskSpaceListA (void) |
| static void | test_SetupAddSectionToDiskSpaceListA (void) |
| static void | test_SetupAddInstallSectionToDiskSpaceListA (void) |
| START_TEST (diskspace) | |
Variables | |
| static BOOL | is_win9x |
| struct { | |
| const char * data | |
| struct section sections [2] | |
| const char * devices | |
| int device_length | |
| struct device_usage usage [2] | |
| } | section_test [] |
| struct { | |
| const char * data | |
| struct section_i sections [2] | |
| const char * devices | |
| int device_length | |
| struct device_usage usage [2] | |
| } | section_test_i [] |
| #define STD_HEADER "[Version]\r\nSignature=\"$CHICAGO$\"\r\n" |
Definition at line 35 of file diskspace.c.
Definition at line 37 of file diskspace.c.
Referenced by test_SetupQuerySpaceRequiredOnDriveA().
Definition at line 328 of file diskspace.c.
|
static |
Definition at line 48 of file diskspace.c.
Referenced by test_SetupAddInstallSectionToDiskSpaceListA(), and test_SetupAddSectionToDiskSpaceListA().
| START_TEST | ( | diskspace | ) |
Definition at line 1119 of file diskspace.c.
Definition at line 1012 of file diskspace.c.
Referenced by START_TEST().
Definition at line 841 of file diskspace.c.
Referenced by START_TEST().
Definition at line 669 of file diskspace.c.
Referenced by START_TEST().
Definition at line 59 of file diskspace.c.
Referenced by START_TEST().
Definition at line 115 of file diskspace.c.
Referenced by START_TEST().
Definition at line 176 of file diskspace.c.
Referenced by START_TEST().
Definition at line 252 of file diskspace.c.
Referenced by START_TEST().
Definition at line 703 of file diskspace.c.
Referenced by START_TEST().
Definition at line 344 of file diskspace.c.
Referenced by START_TEST().
Definition at line 582 of file diskspace.c.
Referenced by START_TEST().
Definition at line 791 of file diskspace.c.
| int device_length |
Definition at line 794 of file diskspace.c.
Referenced by test_SetupAddInstallSectionToDiskSpaceListA(), and test_SetupAddSectionToDiskSpaceListA().
Definition at line 793 of file diskspace.c.
Referenced by test_SetupAddInstallSectionToDiskSpaceListA(), and test_SetupAddSectionToDiskSpaceListA().
|
static |
Definition at line 33 of file diskspace.c.
Referenced by clip_emf_enum_proc(), START_TEST(), test_SendMessageTimeout(), test_SetupDuplicateDiskSpaceListA(), and test_SetupQuerySpaceRequiredOnDriveA().
| const struct { ... } section_test[] |
Referenced by test_SetupAddSectionToDiskSpaceListA().
| const struct { ... } section_test_i[] |
Referenced by test_SetupAddInstallSectionToDiskSpaceListA().
Definition at line 792 of file diskspace.c.
Referenced by create_test_dll_sections(), dwarf2_parse_compilation_unit(), dwarf2_parse_line_numbers(), find_pe_resource(), macho_load_section_info(), map_image_section(), parse_bcp47(), and SetupGetLineByIndexW().
| struct device_usage usage[2] | ( | void | ) |
Definition at line 795 of file diskspace.c.