Lines Matching defs:dir
155 int loader_closedir(const struct loader_instance *instance, DIR *dir) {
157 return closedir(instance ? &instance->alloc_callbacks : NULL, dir);
160 return closedir(dir);
1998 // for (dir = dirs_copy; *dir && (next_dir = loader_get_next_path(dir)); dir = next_dir) {
1999 char *dir = dirs_copy;
2000 char *next_dir = loader_get_next_path(dir);
2001 while (*dir && next_dir) {
2002 int path_concat_ret = snprintf(out_fullpath, out_size, "%s%c%s", dir, DIRECTORY_SYMBOL, file);
2009 dir = next_dir;
2010 next_dir = loader_get_next_path(dir);
3180 // Add the bundle's Resources dir to the beginning of the search path.
3350 // expanded into the dir path $XDG_DATA_HOME/home_location or $HOME/.local/share/home_location