Lines Matching full:s
44 CeedDebug(ceed, "%s\n", source_file_path_only); in CeedCheckFilePath()
54 CeedDebug(ceed, "%s\n", source_file_path_only); in CeedCheckFilePath()
99 …normalized_source_file_path, ceed, CEED_ERROR_MAJOR, "Malformed source path %s", source_file_path); in CeedNormalizePath()
132 CeedDebug(ceed, "%s\n", source_file_path); in CeedLoadSourceToInitializedBuffer()
136 CeedCheck(source_file, ceed, CEED_ERROR_MAJOR, "Couldn't open source file: %s", source_file_path); in CeedLoadSourceToInitializedBuffer()
154 return CeedError(ceed, CEED_ERROR_MAJOR, "Couldn't read source file: %s", source_file_path); in CeedLoadSourceToInitializedBuffer()
256 …CeedDebug256(ceed, CEED_DEBUG_COLOR_SUCCESS, "JiT Including: %s\n", normalized_include_source_path… in CeedLoadSourceToInitializedBuffer()
292 CeedDebug(ceed, "%s\n", source_file_path); in CeedLoadSourceToInitializedBuffer()
294 CeedDebug(ceed, "%s\n", *buffer); in CeedLoadSourceToInitializedBuffer()
391 …ERROR_MAJOR, "Couldn't find relative path including 'ceed/jit-source' for: %s", absolute_file_path… in CeedGetJitRelativePath()
413 CeedDebug(ceed, "%s\n", relative_file_path); in CeedGetJitAbsolutePath()
421 CeedDebug(ceed, "%s\n", jit_source_dirs[i]); in CeedGetJitAbsolutePath()
437 …return CeedError(ceed, CEED_ERROR_MAJOR, "Couldn't find matching JiT source file: %s", relative_fi… in CeedGetJitAbsolutePath()