Searched refs:fpath (Results 1 – 2 of 2) sorted by relevance
472 char fpath[128]; in ubifs_findfile() local474 char *name = fpath; in ubifs_findfile()480 strcpy(fpath, filename); in ubifs_findfile()
2216 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1() local2217 char *name = fpath; in ext4fs_find_file1()2224 strncpy(fpath, currpath, strlen(currpath) + 1); in ext4fs_find_file1()
Completed in 8 milliseconds