Searched refs:source_file_path_length (Results 1 – 1 of 1) sorted by relevance
34 size_t source_file_path_length = (last_colon - source_file_path + 1); in CeedCheckFilePath() local36 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()