Searched refs:fpath (Results 1 – 2 of 2) sorted by relevance
511 char fpath[128]; in ubifs_findfile() local513 char *name = fpath; in ubifs_findfile()519 strcpy(fpath, filename); in ubifs_findfile()
2190 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1() local2191 char *name = fpath; in ext4fs_find_file1()2198 strncpy(fpath, currpath, strlen(currpath) + 1); in ext4fs_find_file1()
Completed in 9 milliseconds