Searched refs:ceed_relative_path_length (Results 1 – 1 of 1) sorted by relevance
243 long ceed_relative_path_length = next_right_chevron - next_left_chevron - 1; in CeedLoadSourceToInitializedBuffer() local245 CeedCall(CeedCalloc(ceed_relative_path_length + 1, &ceed_relative_path)); in CeedLoadSourceToInitializedBuffer()246 memcpy(ceed_relative_path, &next_left_chevron[1], ceed_relative_path_length); in CeedLoadSourceToInitializedBuffer()