![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
#include <stdio.h>
#include <string>
Go to the source code of this file.
Functions | |
size_t | phoenix_getFileSize (const std::string &fileName) |
Get the size of the given file in bytes. More... | |
size_t | phoenix_getFileSize (FILE *fs) |
Get the size of the given file in bytes. More... | |
size_t phoenix_getFileSize | ( | const std::string & | fileName | ) |
Get the size of the given file in bytes.
fileName | : file to be used |
Definition at line 27 of file phoenix_getFileSize.cpp.
References phoenix_getFileSize().
size_t phoenix_getFileSize | ( | FILE * | fs | ) |
Get the size of the given file in bytes.
fs | : file to be used |
Definition at line 14 of file phoenix_getFileSize.cpp.
Referenced by phoenix_getFileSize(), and testStringFileSize().