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

/u-boot/fs/ext4/
H A Dext4_common.h57 int ext4fs_find_file1(const char *currpath, struct ext2fs_node *currroot,
H A Dext4_common.c2212 int ext4fs_find_file1(const char *currpath, struct ext2fs_node *currroot, argument
2215 char fpath[strlen(currpath) + 1];
2223 strncpy(fpath, currpath, strlen(currpath) + 1);

Completed in 47 milliseconds