ReactOS 0.4.15-dev-5836-g942b022
|
Go to the source code of this file.
Classes | |
struct | TEST_ENTRY |
Macros | |
#define | DIR_0 NULL |
#define | DIR_1 "." |
#define | DIR_2 ".." |
#define | DIR_3 s_win_dir |
#define | DIR_4 "(invalid)" |
Typedefs | |
typedef struct TEST_ENTRY | TEST_ENTRY |
Functions | |
static BOOL | GetSubProgramPath (void) |
static void | DoTestEntry (const TEST_ENTRY *pEntry) |
START_TEST (FindExecutable) | |
Variables | |
static char | s_sub_program [MAX_PATH] |
static char | s_win_dir [MAX_PATH] |
static char | s_win_notepad [MAX_PATH] |
static char | s_sys_notepad [MAX_PATH] |
static char | s_win_test_exe [MAX_PATH] |
static char | s_sys_test_exe [MAX_PATH] |
static char | s_win_bat_file [MAX_PATH] |
static char | s_sys_bat_file [MAX_PATH] |
static char | s_win_txt_file [MAX_PATH] |
static char | s_sys_txt_file [MAX_PATH] |
static const TEST_ENTRY | s_entries [] |
Definition at line 55 of file FindExecutable.cpp.
#define DIR_1 "." |
Definition at line 56 of file FindExecutable.cpp.
#define DIR_2 ".." |
Definition at line 57 of file FindExecutable.cpp.
Definition at line 58 of file FindExecutable.cpp.
#define DIR_4 "(invalid)" |
Definition at line 59 of file FindExecutable.cpp.
typedef struct TEST_ENTRY TEST_ENTRY |
|
static |
Definition at line 190 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 16 of file FindExecutable.cpp.
Referenced by START_TEST().
START_TEST | ( | FindExecutable | ) |
Definition at line 204 of file FindExecutable.cpp.
|
static |
Definition at line 61 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 13 of file FindExecutable.cpp.
Referenced by GetSubProgramPath(), and START_TEST().
Definition at line 51 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 47 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 49 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 53 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 50 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 45 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 46 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 48 of file FindExecutable.cpp.
Referenced by START_TEST().
Definition at line 52 of file FindExecutable.cpp.
Referenced by START_TEST().