Home
last modified time | relevance | path

Searched refs:linkpath (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c3070 int yaffs_link(const YCHAR *oldpath, const YCHAR *linkpath) in yaffs_link() argument
3084 if (!oldpath || !linkpath) { in yaffs_link()
3089 if (yaffsfs_CheckPath(linkpath) < 0 || yaffsfs_CheckPath(oldpath) < 0) { in yaffs_link()
3098 lnk = yaffsfs_FindObject(NULL, linkpath, 0, 0, NULL, NULL, NULL); in yaffs_link()
3099 lnk_dir = yaffsfs_FindDirectory(NULL, linkpath, &newname, in yaffs_link()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass306 linkpath=`readlink -n ${KERNEL_OUTPUT_DIR}/$imageType`
309 tmp_path=$tmp_path" "$imageType"#"$linkpath"#"$realpath
320 linkpath=`echo $tp|cut -d "#" -f 2`
325 ln -sf $linkpath.initramfs ${B}/${KERNEL_OUTPUT_DIR}/$imageType.initramfs