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

/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp106 static bool checkForMigration(StringRef resourcesPath, argument
146 static bool performTransformations(StringRef resourcesPath, argument
149 if (checkForMigration(resourcesPath, Args))
347 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); local
372 return checkForMigration(resourcesPath, Args);
374 return performTransformations(resourcesPath, Args);

Completed in 90 milliseconds