![]() |
PhoenixMock
1.8.7
Tools to split/merge/print mock used in Phoenix
|
Include dependency graph for phoenix_getFileSize.cpp: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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function: