Home
last modified time | relevance | path

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

/external/u-boot/fs/ext4/
Dext4_common.c2174 static int ext4fs_find_file1(const char *currpath, in ext4fs_find_file1() argument
2178 char fpath[strlen(currpath) + 1]; in ext4fs_find_file1()
2186 strncpy(fpath, currpath, strlen(currpath) + 1); in ext4fs_find_file1()