Searched refs:buildLog (Results 1 – 3 of 3) sorted by relevance
69 char buildLog[4096]; in loadKernelSource() local70 clGetProgramBuildInfo(program, fDevice, CL_PROGRAM_BUILD_LOG, sizeof(buildLog), in loadKernelSource()71 buildLog, NULL); in loadKernelSource()72 SkDebugf("Build log: %s\n", buildLog); in loadKernelSource()
71 - (PBXBuildLog *)buildLog; method
163 ant all 2>&1 | tee /tmp/cldrNN-buildLog.txt