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

/u-boot/fs/ubifs/
H A Dubifs.c466 char fpath[128]; local
468 char *name = fpath;
474 strcpy(fpath, filename);
/u-boot/fs/ext4/
H A Dext4_common.c2215 char fpath[strlen(currpath) + 1]; local
2216 char *name = fpath;
2223 strncpy(fpath, currpath, strlen(currpath) + 1);

Completed in 117 milliseconds