Searched refs:postfix (Results 1 – 1 of 1) sorted by relevance
402 static char* GetStashFileName(const char* base, const char* id, const char* postfix) { in GetStashFileName() argument415 if (postfix == NULL) { in GetStashFileName()416 postfix = ""; in GetStashFileName()419 len = strlen(STASH_DIRECTORY_BASE) + 1 + strlen(base) + 1 + strlen(id) + strlen(postfix) + 1; in GetStashFileName()427 res = snprintf(fn, len, STASH_DIRECTORY_BASE "/%s/%s%s", base, id, postfix); in GetStashFileName()