Searched refs:dir_list (Results 1 - 12 of 12) sorted by relevance
/third_party/backends/sanei/ |
H A D | sanei_config.c | 74 static char *dir_list; variable 86 if (!dir_list) in sanei_config_get_paths() 92 dir_list = strdup (dlist); in sanei_config_get_paths() 95 if (!dir_list) in sanei_config_get_paths() 101 dir_list = strdup (result); in sanei_config_get_paths() 105 if (dir_list) in sanei_config_get_paths() 107 len = strlen (dir_list); in sanei_config_get_paths() 108 if ((len > 0) && (dir_list[len - 1] == DIR_SEP[0])) in sanei_config_get_paths() 112 memcpy (mem, dir_list, len); in sanei_config_get_paths() 114 free (dir_list); in sanei_config_get_paths() [all...] |
/third_party/backends/backend/ |
H A D | gphoto2.c | 314 CameraList *dir_list; variable 583 for (n = 0; n < gp_list_count (dir_list); n++) in get_info() 585 gp_list_get_name (dir_list, n, &val); in get_info() 635 (dir_list, Cam_data.current_picture_number - 1, &filename)); in erase() 1437 (dir_list, Cam_data.current_picture_number - 1, &filename)); in sane_start() 1657 gp_list_get_name (dir_list, p, &name); in get_picture_info() 1743 if (dir_list != NULL) in read_dir() 1745 if (gp_list_free (dir_list) < 0) in read_dir() 1749 dir_list = NULL; in read_dir() 1751 if (gp_list_new (&dir_list) < in read_dir() [all...] |
H A D | dll.c | 862 const char *dir_list; in read_dlld() local 865 dir_list = sanei_config_get_paths (); in read_dlld() 866 if (!dir_list) in read_dlld() 872 copy = strdup (dir_list); in read_dlld()
|
/third_party/jerryscript/targets/curie_bsp/ |
H A D | setup.py | 135 def build_mkdir(dir_list): 136 """ Build mkdir calls for each dir in the @dir_list. """ 137 return '\n'.join(['\t$(AT)mkdir -p {0}'.format(os.path.join('$(OUT_SRC)', path)) for path in dir_list])
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 121 char *dir_list[] = {"/tmp", "/mnt", "/boot", "/proc"}, **target = dir_list; in create_tmp_dir() local
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsls.c | 341 * @dir_list: the ntfs_list_head of any entry in the list 343 * Iterate over @dir_list, calling free_dir on each entry 345 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/exfatprogs/include/ |
H A D | exfat_fs.h | 37 struct list_head dir_list; member
|
/third_party/exfatprogs/lib/ |
H A D | exfat_fs.c | 96 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()
|
H A D | exfat_dir.c | 144 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/exfat2img/ |
H A D | exfat2img.c | 466 &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/ |
H A D | fsck.c | 1161 &exfat->dir_list); in read_children() 1244 * for each directory in @dir_list. 1246 * and append directory exfat_nodes to the head of @dir_list 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/ |
H A D | setup.py | 820 for env_var, arg_name, dir_list in ( 843 add_dir_to_list(dir_list, directory)
|
Completed in 21 milliseconds