Home
last modified time | relevance | path

Searched defs:source_file_path (Results 1 – 1 of 1) sorted by relevance

/libCEED/interface/
H A Dceed-jit-tools.c27 int CeedCheckFilePath(Ceed ceed, const char *source_file_path, bool *is_valid) { in CeedCheckFilePath()
74 static int CeedNormalizePath(Ceed ceed, const char *source_file_path, char **normalized_source_file… in CeedNormalizePath()
124 int CeedLoadSourceToInitializedBuffer(Ceed ceed, const char *source_file_path, CeedInt *num_file_pa… in CeedLoadSourceToInitializedBuffer()
313 int CeedLoadSourceAndInitializeBuffer(Ceed ceed, const char *source_file_path, CeedInt *num_file_pa… in CeedLoadSourceAndInitializeBuffer()
339 int CeedLoadSourceToBuffer(Ceed ceed, const char *source_file_path, char **buffer) { in CeedLoadSourceToBuffer()