Home
last modified time | relevance | path

Searched defs:dirname (Results 1 – 19 of 19) sorted by relevance

/u-boot/scripts/dtc/
A Dfstree.c26 static struct node *read_fstree(const char *dirname) in read_fstree()
82 struct dt_info *dt_from_fs(const char *dirname) in dt_from_fs()
A Dsrcpos.c30 const char *dirname; /* name of directory to search */ member
71 static char *try_open(const char *dirname, const char *fname, FILE **fp) in try_open()
183 void srcfile_add_search_path(const char *dirname) in srcfile_add_search_path()
/u-boot/tools/buildman/
A Dbuilderthread.py18 def Mkdir(dirname, parents = False): argument
422 def CopyFiles(self, out_dir, build_dir, dirname, patterns): argument
A Dtest.py528 def CheckDirs(self, build, dirname): argument
/u-boot/cmd/
A Dyaffs2.c123 char *dirname; in do_yls() local
220 char *dirname; in do_ymkdir() local
235 char *dirname; in do_yrmdir() local
/u-boot/tools/patman/
A Dtools.py38 def PrepareOutputDir(dirname, preserve=False): argument
113 def SetInputDirs(dirname): argument
/u-boot/fs/
A Dfs.c44 static inline int fs_ls_unsupported(const char *dirname) in fs_ls_unsupported()
51 static int fs_ls_generic(const char *dirname) in fs_ls_generic()
130 static inline int fs_mkdir_unsupported(const char *dirname) in fs_mkdir_unsupported()
452 int fs_ls(const char *dirname) in fs_ls()
648 int fs_mkdir(const char *dirname) in fs_mkdir()
/u-boot/fs/reiserfs/
A Dreiserfs.c680 reiserfs_dir (char *dirname) in reiserfs_dir()
931 reiserfs_ls (char *dirname) in reiserfs_ls()
/u-boot/fs/sandbox/
A Dsandboxfs.c85 int sandbox_fs_ls(const char *dirname) in sandbox_fs_ls()
/u-boot/fs/fat/
A Dfat_write.c1203 static int split_filename(char *filename, char **dirname, char **basename) in split_filename()
1566 char *filename_copy, *dirname, *basename; in fat_unlink() local
1632 int fat_mkdir(const char *dirname) in fat_mkdir()
/u-boot/fs/ext4/
A Dext4fs.c186 int ext4fs_ls(const char *dirname) in ext4fs_ls()
A Dext4_common.c631 static int search_dir(struct ext2_inode *parent_inode, char *dirname) in search_dir()
699 static int find_dir_depth(char *dirname) in find_dir_depth()
715 static int parse_path(char **arr, char *dirname) in parse_path()
755 int ext4fs_get_parent_inode_num(const char *dirname, char *dname, int flags) in ext4fs_get_parent_inode_num()
/u-boot/tools/dtoc/
A Ddtb_platdata.py177 def process_dir(ftype, dirname): argument
/u-boot/net/
A Dnfs.c135 static char *dirname(char *path) in dirname() function
/u-boot/fs/ubifs/
A Dubifs.c381 static int ubifs_finddir(struct super_block *sb, char *dirname, in ubifs_finddir()
/u-boot/arch/sandbox/cpu/
A Dos.c431 int os_dirent_ls(const char *dirname, struct os_dirent_node **headp) in os_dirent_ls()
/u-boot/scripts/kconfig/
A Dconfdata.c783 char dirname[PATH_MAX+1], tmpname[PATH_MAX+22], newname[PATH_MAX+8]; in conf_write() local
/u-boot/fs/yaffs2/
A Dyaffsfs.c2858 yaffs_DIR *yaffs_opendir(const YCHAR *dirname) in yaffs_opendir()
/u-boot/tools/binman/
A Dftest.py523 def _MakeInputDir(cls, dirname): argument

Completed in 74 milliseconds