ReactOS 0.4.16-dev-334-g4d9f67c
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | _PATH_TYPE_AND_UNKNOWN |
Macros | |
#define | ok_eq_ustr(str1, str2) |
#define | RtlPathTypeNotSet 123 |
#define | broken(x) 0 |
Typedefs | |
typedef struct _PATH_TYPE_AND_UNKNOWN | PATH_TYPE_AND_UNKNOWN |
Functions | |
static | ULONG (NTAPI *RtlGetFullPathName_Ustr)(IN PCUNICODE_STRING FileName |
static BOOLEAN | CheckStringBuffer (PCWSTR Buffer, SIZE_T Length, SIZE_T MaximumLength, PCWSTR Expected) |
static BOOLEAN | CheckBuffer (PVOID Buffer, SIZE_T Size, UCHAR Value) |
static VOID | RunTestCases (VOID) |
START_TEST (RtlGetFullPathName_Ustr) | |
Variables | |
static IN ULONG | Size |
static IN ULONG IN PWSTR | Buffer |
static IN ULONG IN PWSTR OUT PCWSTR * | ShortName |
static IN ULONG IN PWSTR OUT PCWSTR OUT PBOOLEAN | InvalidName |
static IN ULONG IN PWSTR OUT PCWSTR OUT PBOOLEAN OUT PATH_TYPE_AND_UNKNOWN * | PathType |
Definition at line 124 of file RtlGetFullPathName_Ustr.c.
#define ok_eq_ustr | ( | str1, | |
str2 | |||
) |
Definition at line 46 of file RtlGetFullPathName_Ustr.c.
#define RtlPathTypeNotSet 123 |
Definition at line 120 of file RtlGetFullPathName_Ustr.c.
Definition at line 126 of file RtlGetFullPathName_Ustr.c.
Definition at line 103 of file RtlGetFullPathName_Ustr.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file RtlGetFullPathName_Ustr.c.
Referenced by RunTestCases().
Definition at line 136 of file RtlGetFullPathName_Ustr.c.
Referenced by START_TEST().
START_TEST | ( | RtlGetFullPathName_Ustr | ) |
Definition at line 293 of file RtlGetFullPathName_Ustr.c.
Definition at line 36 of file RtlGetFullPathName_Ustr.c.
Referenced by CheckBuffer().
Definition at line 38 of file RtlGetFullPathName_Ustr.c.
Referenced by LdrpResolveFullName(), and RtlGetFullPathName_Ustr().
Definition at line 39 of file RtlGetFullPathName_Ustr.c.
Referenced by CreateProcessInternalW(), EfiInitpConvertEfiFilePath(), implicit_handle(), LdrpResolveFullName(), LoadModule(), RtlDosSearchPath_Ustr(), RtlGetFullPathName_U(), RtlGetFullPathName_Ustr(), RtlGetFullPathName_UstrEx(), RtlGetLengthWithoutLastFullDosOrNtPathElement(), RtlNtPathNameToDosPathName(), RtlSetCurrentDirectory_U(), RunTestCases(), SdbGetMatchingExe(), and START_TEST().
Definition at line 37 of file RtlGetFullPathName_Ustr.c.
Referenced by RunTestCases(), and START_TEST().
Definition at line 35 of file RtlGetFullPathName_Ustr.c.
Referenced by CheckBuffer().