Home
last modified time | relevance | path

Searched refs:resourcesPath (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/arcmt-test/
Darcmt-test.cpp106 static bool checkForMigration(StringRef resourcesPath, in checkForMigration() argument
148 static bool performTransformations(StringRef resourcesPath, in performTransformations() argument
151 if (checkForMigration(resourcesPath, Args)) in performTransformations()
350 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main() local
375 return checkForMigration(resourcesPath, Args); in main()
377 return performTransformations(resourcesPath, Args); in main()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/win/
DActivateFonts.cpp102 wstring resourcesPath = fontsPath(); in activateFonts() local
105 ::AddFontResourceExW(wstring(resourcesPath + fontsToInstall[i]).c_str(), FR_PRIVATE, 0); in activateFonts()
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp362 wstring resourcesPath = fontsPath(); in initialize() local
367 textRenderer->registerPrivateFont(wstring(resourcesPath + fontsToInstall[i]).c_str()); in initialize()