Lines Matching full:path
17 @brief Check if valid file exists at path given
20 @param[in] source_file_path Absolute path to source file
28 // Sometimes we have path/to/file.h:function_name in CeedCheckFilePath()
29 // Create temporary file path without name, if needed in CeedCheckFilePath()
46 // Check for valid file path in CeedCheckFilePath()
58 // Free temp file path, if used in CeedCheckFilePath()
67 @param[in] source_file_path Absolute path to source file
99 …= *normalized_source_file_path, ceed, CEED_ERROR_MAJOR, "Malformed source path %s", source_file_pa… in CeedNormalizePath()
115 @param[in] source_file_path Absolute path to source file
228 // ---- Build source path in CeedLoadSourceToInitializedBuffer()
304 @param[in] source_file_path Absolute path to source file
332 @param[in] source_file_path Absolute path to source file
360 @param[in] base_file_path Absolute path to current file
361 @param[in] relative_file_path Relative path to target file
362 @param[out] new_file_path String buffer for absolute path to target file
382 @param[in] absolute_file_path Absolute path to installed JiT file
383 …@param[out] relative_file_path Relative path to installed JiT file, a substring of the absolute pa…
391 …CeedCheck(*relative_file_path, NULL, CEED_ERROR_MAJOR, "Couldn't find relative path including 'cee… in CeedGetJitRelativePath()
399 @param[in] relative_file_path Relative path to installed JiT file
400 …@param[out] absolute_file_path String buffer for absolute path to target file, to be freed by call…
423 // Build and check absolute path with current root in CeedGetJitAbsolutePath()