Searched refs:ExePath (Results 1 – 4 of 4) sorted by relevance
/reactos/base/applications/cmdutils/eventcreate/ |
H A D | eventcreate.c | 189 WCHAR ExePath[MAX_PATH]; in InstallEventSource() local 213 PathSize = GetModuleFileNameW(NULL, ExePath, ARRAYSIZE(ExePath)); in InstallEventSource() 217 StringCchCopyW(ExePath, ARRAYSIZE(ExePath), in InstallEventSource() 223 WCHAR TmpDir[ARRAYSIZE(ExePath)]; in InstallEventSource() 225 if ((PathSize > 0) && (_wcsnicmp(ExePath, TmpDir, PathSize) == 0)) in InstallEventSource() 228 StringCchCatW(TmpDir, ARRAYSIZE(TmpDir), ExePath + PathSize); in InstallEventSource() 229 StringCchCopyW(ExePath, ARRAYSIZE(ExePath), TmpDir); in InstallEventSource() 232 EventMessageFile = ExePath; in InstallEventSource()
|
/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/ |
H A D | process.c | 338 IN LPCSTR ExePath, in DosLoadExecutableInternal() argument 358 LoadType, ExeBuffer, ExePath, Parameters, CommandLine, Environment); in DosLoadExecutableInternal() 434 EnvBlock = DosCopyEnvironmentBlock(Environment, ExePath); in DosLoadExecutableInternal() 528 DosInitPsp(Segment, EnvBlock, CommandLine, ExePath); in DosLoadExecutableInternal() 605 DosInitPsp(Segment, EnvBlock, CommandLine, ExePath); in DosLoadExecutableInternal()
|
H A D | process.h | 97 IN LPCSTR ExePath,
|
/reactos/base/applications/taskmgr/ |
H A D | procpage.c | 1059 PUNICODE_STRING ExePath; in GetProcessExecutablePath() local 1070 ExePath = (PUNICODE_STRING)StaticBuffer; in GetProcessExecutablePath() 1087 ExePath = DynamicBuffer; in GetProcessExecutablePath() 1095 ExePath->Buffer[ExePath->Length / sizeof(WCHAR)] = UNICODE_NULL; in GetProcessExecutablePath() 1099 dwRet = DevicePathToDosPath(ExePath->Buffer, lpExePath, dwLength); in GetProcessExecutablePath()
|