Searched refs:szFullFilePath (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp411 char szFullFilePath[512]; local
418 GetSystemDirectoryA(szFullFilePath, sizeof(szFullFilePath));
425 strcat(szFullFilePath, "\\");
426 strcat(szFullFilePath, pSystemModules->Modules[i].FullPathName);
427 VBoxServiceVerbose(3, "Unexpected kernel module name try %s\n", szFullFilePath);
428 if (RTFileExists(szFullFilePath) == false)
430 GetSystemDirectoryA(szFullFilePath, sizeof(szFullFilePath));
431 strcat(szFullFilePath, "\\driver
[all...]
/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp276 char szFullFilePath[512]; local
280 GetSystemDirectoryA(szFullFilePath, sizeof(szFullFilePath));
297 strcat(szFullFilePath, lpPath);
298 strcpy(ModuleInfo.szExePath, szFullFilePath);

Completed in 94 milliseconds