Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfs.h174 int fs_mkdir(const char *filename);
/openbmc/u-boot/fs/
H A Dfs.c591 int fs_mkdir(const char *dirname) in fs_mkdir() function
835 ret = fs_mkdir(argv[3]); in do_mkdir()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c197 if (fs_mkdir(fh->path)) in file_open()