pub(crate) fn get_abs_path(context: &Context, path: &Path) -> PathBuf
Expand paths relative to $BLOBDIR into absolute paths.
If path starts with “$BLOBDIR”, replaces it with the blobdir path. Otherwise, returns path as is.
path