Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/ubifs/
H A Dubifs.c483 char fpath[128]; in ubifs_findfile() local
485 char *name = fpath; in ubifs_findfile()
491 strcpy(fpath, filename); in ubifs_findfile()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c2179 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1() local
2180 char *name = fpath; in ext4fs_find_file1()
2187 strncpy(fpath, currpath, strlen(currpath) + 1); in ext4fs_find_file1()