Searched refs:part_name (Results 1 - 2 of 2) sorted by relevance

/openwrt/package/base-files/files/lib/functions/
H A Dsystem.sh62 local part_name=$1
66 if [ "$name" = "$part_name" ]; then
/openwrt/tools/firmware-utils/src/
H A Dtplink-safeloader.c331 static struct image_partition_entry read_file(const char *part_name, const char *filename, bool add_jffs2_eof) { argument
342 struct image_partition_entry entry = alloc_image_partition(part_name, len);

Completed in 77 milliseconds