Searched refs:root_length (Results 1 – 1 of 1) sorted by relevance
233 long root_length = strrchr(source_file_path, '/') - source_file_path; in CeedLoadSourceToInitializedBuffer() local236 CeedCall(CeedCalloc(root_length + include_file_name_len + 2, &include_source_path)); in CeedLoadSourceToInitializedBuffer()237 memcpy(include_source_path, source_file_path, root_length + 1); in CeedLoadSourceToInitializedBuffer()238 memcpy(&include_source_path[root_length + 1], &next_quote[1], include_file_name_len); in CeedLoadSourceToInitializedBuffer()239 memcpy(&include_source_path[root_length + include_file_name_len + 1], "", 1); in CeedLoadSourceToInitializedBuffer()