#include <stdint.h>
Go to the source code of this file.
|
uint_fast32_t | makeQualifiedFileName (char *fileName, uint_fast32_t fileNameLen, const char *componentName, const char *suffix, const char *dirName, uint_fast32_t flags) |
| Create a filename and optionally qualify with the current date and process Id. More...
|
|
size_t | zeroFileContents (int descriptor, size_t fileLength) |
| Write out zero-filled blocks to a file. More...
|
|
int | createMappedFile (unsigned char **segment, const char *fileName, size_t *segmentLenPtr, uint_fast32_t doInit) |
| Create or open a mapped file with the specified file name. More...
|
|
int | expand_symlinks (char *resultPath, const uint_fast32_t bfrLen, const char *priorPath, uint_fast32_t priorLen, bool mustExist) |
| Expand a path with symbolic links into its true name. More...
|
|
int | findFileInPath (char *resultFile, uint_fast32_t resultBfrLen, const char *desiredFile, const char *searchPath, const char *suffix="") |
| Search for file under colon-separated path. More...
|
|