Searched refs:resourcesPath (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/arcmt-test/ |
D | arcmt-test.cpp | 107 static bool checkForMigration(StringRef resourcesPath, in checkForMigration() argument 148 static bool performTransformations(StringRef resourcesPath, in performTransformations() argument 151 if (checkForMigration(resourcesPath, Args)) in performTransformations() 347 resourcesPath = CompilerInvocation::GetResourcesPath(argv[0], MainAddr); in main() local 372 return checkForMigration(resourcesPath, Args); in main() 374 return performTransformations(resourcesPath, Args); in main()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestPackage.cpp | 40 glu::ContextType renderContextType, const char* resourcesPath) in TestPackage() argument 44 , m_archive(testCtx.getRootArchive(), resourcesPath) in TestPackage()
|
D | glcTestPackage.hpp | 60 glu::ContextType renderContextType, const char* resourcesPath);
|