| 934 | } |
| 935 | |
| 936 | const char *IStorage::FormatTmpPath(char *aBuf, unsigned BufSize, const char *pPath) |
| 937 | { |
| 938 | str_format(aBuf, BufSize, "%s.%d.tmp", pPath, process_id()); |
| 939 | return aBuf; |
| 940 | } |
| 941 | |
| 942 | IStorage *CreateStorage(IStorage::EInitializationType InitializationType, int NumArgs, const char **ppArguments) |
| 943 | { |
nothing calls this directly
no test coverage detected