Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c31 char *last_colon = strrchr(source_file_path, ':'); in CeedCheckFilePath() local
33 if (last_colon) { in CeedCheckFilePath()
34 size_t source_file_path_length = (last_colon - source_file_path + 1); in CeedCheckFilePath()
59 if (last_colon) CeedCall(CeedFree(&source_file_path_only)); in CeedCheckFilePath()