INNER CODE UNIT · C

name

spheredev/neosphere · src/cell/build.c:765

			name = path_new(path_filename(*path_ptr));
			file_path = path_dup(*path_ptr);
			if (subdir_path != NULL)
				path_rebase(name, subdir_path);
			target = target_new(name, fs, file_path, NULL, timestamp, false);
			vector_push(targets, &target);
			path_free(file_path);
			path_free(name);
		}
	}

	iter = vector_enum(list);
	while ((path_ptr = iter_next(&iter)))
		path_free(*path_ptr);
	vector_free(list);
}

static bool

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…