![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | O_BINARY 0 |
| #define | DT_MAX_FILENAME_LEN 256 |
| #define | PATH_MAX 4096 |
| #define | DT_MAX_PATH_FOR_PARAMS 4096 |
Functions | |
| void | dt_concat_path_file (char destination[4096], const char path[4096], const char *const file) |
Append a constant filename to a variable, stack-based, fixed-sized, directory, and add a / in-between. | |
| #define DT_MAX_FILENAME_LEN 256 |
Append a constant filename to a variable, stack-based, fixed-sized, directory, and add a / in-between.
| destination | |
| variable | |
| string |
Referenced by _database_delete_mipmaps_files(), _database_init(), _database_migrate_to_xdg_structure(), dt_gui_gtk_init(), dt_mipmap_get_cache_filename(), dt_noiseprofile_init(), dt_opencl_device_init(), dt_opencl_load_program(), dt_opencl_md5sum(), dt_rawspeed_load_meta(), and dt_styles_save_to_file().