Searched defs:hash_path (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-fs/
H A Dfs-sis-common.c37 const char *dir, *hash, *hash_path; local
43 hash_path = t_strdup_printf("%s/"HASH_DIR_NAME"/%s", dir, hash);
45 super_file->event, hash_path,
H A Dfs-sis.c26 char *hash, *hash_path; member in struct:sis_fs_file
108 file->hash_path = i_strdup_printf("%s/"HASH_DIR_NAME"/%s", dir, hash);
109 file->hash_file = fs_file_init_parent(_file, file->hash_path,
117 file->hash_path);
132 i_free(file->hash_path);
208 hash_fname = strrchr(file->hash_path, '/');
210 hash_fname = file->hash_path;
212 str_append_n(temp_path, file->hash_path,
213 (hash_fname-file->hash_path) + 1);

Completed in 8 milliseconds