Home
last modified time | relevance | path

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

/third_party/jerryscript/targets/curie_bsp/
Dsetup.py135 def build_mkdir(dir_list): argument
137 …rn '\n'.join(['\t$(AT)mkdir -p {0}'.format(os.path.join('$(OUT_SRC)', path)) for path in dir_list])
/third_party/ntfs-3g/ntfsprogs/
Dntfsls.c345 static void free_dirs(struct ntfs_list_head *dir_list) in free_dirs() argument
350 if (dir_list) { in free_dirs()
351 ntfs_list_for_each(walker, dir_list) { in free_dirs()
/third_party/toybox/toys/pending/
Dbootchartd.c121 char *dir_list[] = {"/tmp", "/mnt", "/boot", "/proc"}, **target = dir_list; in create_tmp_dir() local
/third_party/exfatprogs/lib/
Dexfat_fs.c96 list_for_each_entry_safe(dir, i, &exfat->dir_list, list) { in exfat_free_dir_list()
134 INIT_LIST_HEAD(&exfat->dir_list); in exfat_alloc_exfat()
Dexfat_dir.c144 if (list_empty(&exfat->dir_list)) in read_ahead_next_dir_blocks()
147 current = exfat->dir_list.next; in read_ahead_next_dir_blocks()
149 current->next != &exfat->dir_list) { in read_ahead_next_dir_blocks()
/third_party/exfatprogs/include/
Dexfat_fs.h37 struct list_head dir_list; member
/third_party/exfatprogs/exfat2img/
Dexfat2img.c466 &exfat->dir_list); in read_children()
519 list_add(&exfat->root->list, &exfat->dir_list); in dump_filesystem()
521 while (!list_empty(&exfat->dir_list)) { in dump_filesystem()
522 dir = list_entry(exfat->dir_list.next, in dump_filesystem()
/third_party/exfatprogs/fsck/
Dfsck.c1161 &exfat->dir_list); in read_children()
1261 list_add(&exfat->root->list, &exfat->dir_list); in exfat_filesystem_check()
1263 while (!list_empty(&exfat->dir_list)) { in exfat_filesystem_check()
1264 dir = list_entry(exfat->dir_list.next, in exfat_filesystem_check()
/third_party/python/
Dsetup.py798 for env_var, arg_name, dir_list in (
821 add_dir_to_list(dir_list, directory)