ReactOS 0.4.16-dev-91-g764881a
|
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "dbghelp_private.h"
#include "image_private.h"
#include "winnls.h"
#include "winternl.h"
#include "wine/debug.h"
#include "wine/heap.h"
Go to the source code of this file.
Classes | |
struct | enum_dir_treeWA |
struct | sffip |
struct | module_find |
|
static |
Definition at line 221 of file path.c.
Referenced by do_searchW(), EnumDirTreeW(), path_find_symbol_file(), SearchTreeForFileW(), and SymFindFileInPathW().
|
static |
BOOL WINAPI EnumDirTree | ( | HANDLE | hProcess, |
PCSTR | root, | ||
PCSTR | file, | ||
PSTR | buffer, | ||
PENUMDIRTREE_CALLBACK | cb, | ||
PVOID | user | ||
) |
Definition at line 323 of file path.c.
BOOL WINAPI EnumDirTreeW | ( | HANDLE | hProcess, |
PCWSTR | root, | ||
PCWSTR | file, | ||
PWSTR | buffer, | ||
PENUMDIRTREE_CALLBACKW | cb, | ||
PVOID | user | ||
) |
Definition at line 37 of file path.c.
Referenced by elf_lookup_symtab(), FindDebugInfoFile(), is_wine_loader(), and test_query_process_image_file_name().
Definition at line 66 of file path.c.
HANDLE WINAPI FindDebugInfoFileEx | ( | PCSTR | FileName, |
PCSTR | SymbolPath, | ||
PSTR | DebugFilePath, | ||
PFIND_DEBUG_FILE_CALLBACK | Callback, | ||
PVOID | CallerData | ||
) |
Definition at line 134 of file path.c.
HANDLE WINAPI FindExecutableImageEx | ( | PCSTR | FileName, |
PCSTR | SymbolPath, | ||
PSTR | ImageFilePath, | ||
PFIND_EXE_FILE_CALLBACK | Callback, | ||
PVOID | user | ||
) |
HANDLE WINAPI FindExecutableImageExW | ( | PCWSTR | FileName, |
PCWSTR | SymbolPath, | ||
PWSTR | ImageFilePath, | ||
PFIND_EXE_FILE_CALLBACKW | Callback, | ||
PVOID | user | ||
) |
Definition at line 100 of file path.c.
Definition at line 671 of file path.c.
Referenced by elf_map_file(), image_check_debug_link(), and macho_map_file().
Definition at line 35 of file path.c.
Referenced by file_name(), file_pathW(), and SymMatchFileNameW().
Definition at line 34 of file path.c.
Referenced by file_nameA(), and SymMatchFileName().
Definition at line 142 of file path.c.
Definition at line 473 of file path.c.
Referenced by path_find_symbol_file().
BOOL path_find_symbol_file | ( | const struct process * | pcs, |
const struct module * | module, | ||
PCSTR | full_path, | ||
enum module_type | type, | ||
const GUID * | guid, | ||
DWORD | dw1, | ||
DWORD | dw2, | ||
WCHAR * | buffer, | ||
BOOL * | is_unmatched | ||
) |
Definition at line 596 of file path.c.
Referenced by map_pdb_file(), and pe_load_dbg_file().
BOOL search_dll_path | ( | const struct process * | process, |
const WCHAR * | name, | ||
BOOL(*)(void *, HANDLE, const WCHAR *) | match, | ||
void * | param | ||
) |
Definition at line 697 of file path.c.
Referenced by elf_search_and_load_file(), macho_search_and_load_file(), and pe_load_native_module().
BOOL search_unix_path | ( | const WCHAR * | name, |
const WCHAR * | path, | ||
BOOL(*)(void *, HANDLE, const WCHAR *) | match, | ||
void * | param | ||
) |
Definition at line 782 of file path.c.
Referenced by elf_search_and_load_file(), and macho_search_and_load_file().
Definition at line 273 of file path.c.
Definition at line 352 of file path.c.
Referenced by SymFindFileInPathW().
BOOL WINAPI SymFindFileInPath | ( | HANDLE | hProcess, |
PCSTR | searchPath, | ||
PCSTR | full_path, | ||
PVOID | id, | ||
DWORD | two, | ||
DWORD | three, | ||
DWORD | flags, | ||
PSTR | buffer, | ||
PFINDFILEINPATHCALLBACK | cb, | ||
PVOID | user | ||
) |
Definition at line 424 of file path.c.
BOOL WINAPI SymFindFileInPathW | ( | HANDLE | hProcess, |
PCWSTR | searchPath, | ||
PCWSTR | full_path, | ||
PVOID | id, | ||
DWORD | two, | ||
DWORD | three, | ||
DWORD | flags, | ||
PWSTR | buffer, | ||
PFINDFILEINPATHCALLBACKW | cb, | ||
PVOID | user | ||
) |
Definition at line 367 of file path.c.
Referenced by SymFindFileInPath().
Definition at line 170 of file path.c.
Referenced by do_searchW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | dbghelp | ) |