Home
last modified time | relevance | path

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

/libCEED/interface/
H A Dceed.c1500 size_t path_length = strlen(jit_source_root); in CeedAddJitSourceRoot() local
1507 CeedCall(CeedCalloc(path_length + 1, &ceed_parent->jit_source_roots[index])); in CeedAddJitSourceRoot()
1508 memcpy(ceed_parent->jit_source_roots[index], jit_source_root, path_length); in CeedAddJitSourceRoot()
1531 size_t path_length = strlen(rust_source_root); in CeedAddRustSourceRoot() local
1538 CeedCall(CeedCalloc(path_length + 1, &ceed_parent->rust_source_roots[index])); in CeedAddRustSourceRoot()
1539 memcpy(ceed_parent->rust_source_roots[index], rust_source_root, path_length); in CeedAddRustSourceRoot()