Searched refs:fpath (Results 1 – 2 of 2) sorted by relevance
483 char fpath[128]; in ubifs_findfile() local485 char *name = fpath; in ubifs_findfile()491 strcpy(fpath, filename); in ubifs_findfile()
2179 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1() local2180 char *name = fpath; in ext4fs_find_file1()2187 strncpy(fpath, currpath, strlen(currpath) + 1); in ext4fs_find_file1()