Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed-jit-tools.c34 size_t source_file_path_length = (last_colon - source_file_path + 1); in CeedCheckFilePath() local
36 CeedCall(CeedCalloc(source_file_path_length, &source_file_path_only)); in CeedCheckFilePath()
37 memcpy(source_file_path_only, source_file_path, source_file_path_length - 1); in CeedCheckFilePath()