Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c489 char link_name[64]; in ubifs_findfile() local
533 memcpy(link_name, ui->data, ui->data_len); in ubifs_findfile()
534 link_name[ui->data_len] = '\0'; in ubifs_findfile()
536 if (link_name[0] == '/') { in ubifs_findfile()
539 next = name = link_name + 1; in ubifs_findfile()
545 link_name, next == NULL ? "" : next); in ubifs_findfile()