Searched defs:lpPath (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp283 char *lpPath = strchr(&pSystemModules->Modules[i].FullPathName[1], '\\'); local
284 if (!lpPath)
290 lpPath = strchr(lpPath+1, '\\');
291 if (!lpPath)
297 strcat(szFullFilePath, lpPath);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp421 char *lpPath = strchr(&pSystemModules->Modules[i].FullPathName[1], '\\'); local
422 if (!lpPath)
444 lpPath = strchr(lpPath+1, '\\');
445 if (!lpPath)
452 strcat(szFullFilePath, lpPath);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwintrust.h616 LPCWSTR lpPath; member in struct:_WIN_TRUST_SUBJECT_FILE
622 LPCWSTR lpPath; member in struct:_WIN_TRUST_SUBJECT_FILE_AND_DISPLAY
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwintrust.h616 LPCWSTR lpPath; member in struct:_WIN_TRUST_SUBJECT_FILE
622 LPCWSTR lpPath; member in struct:_WIN_TRUST_SUBJECT_FILE_AND_DISPLAY

Completed in 55 milliseconds