Searched refs:resourcesPath (Results 1 – 3 of 3) sorted by relevance
106 static bool checkForMigration(StringRef resourcesPath, in checkForMigration() argument148 static bool performTransformations(StringRef resourcesPath, in performTransformations() argument151 if (checkForMigration(resourcesPath, Args)) in performTransformations()350 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main() local375 return checkForMigration(resourcesPath, Args); in main()377 return performTransformations(resourcesPath, Args); in main()
102 wstring resourcesPath = fontsPath(); in activateFonts() local105 ::AddFontResourceExW(wstring(resourcesPath + fontsToInstall[i]).c_str(), FR_PRIVATE, 0); in activateFonts()
362 wstring resourcesPath = fontsPath(); in initialize() local367 textRenderer->registerPrivateFont(wstring(resourcesPath + fontsToInstall[i]).c_str()); in initialize()