Home
last modified time | relevance | path

Searched refs:compilerPath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h94 __strong char *compilerPath; local
102 @property __strong char *compilerPath;
H A Dtestfilerunner.m244 @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;
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksServices.cpp101 if (!cmdLineParams.compilerPath.empty()) in CreateVulkanSCCache()
110 … input, cmdLineParams.compilerPath, cmdLineParams.compilerDataDir, cmdLineParams.compilerArgs, in CreateVulkanSCCache()
H A DvksStructsVKSC.hpp271 std::string compilerPath; member