Searched refs:compilerPath (Results 1 – 4 of 4) sorted by relevance
94 __strong char *compilerPath; local102 @property __strong char *compilerPath;
244 @synthesize filename, compilerPath, errorString;253 compilerPath = gcstrcpy1(name);322 if (!compilerPath) compilerPath = "/usr/bin";323 if (compilerPath) {324 strcat(path, compilerPath);708 generator.compilerPath = compilerDir;
99 if (!cmdLineParams.compilerPath.empty()) in CreateVulkanSCCache()108 cmdLineParams.compilerPath, in CreateVulkanSCCache()
260 std::string compilerPath; member