|
|
|
@ -206,6 +206,7 @@ void AllocateFileRange(FILE *file, unsigned int offset, unsigned int length);
@@ -206,6 +206,7 @@ void AllocateFileRange(FILE *file, unsigned int offset, unsigned int length);
|
|
|
|
|
bool RenameOver(boost::filesystem::path src, boost::filesystem::path dest); |
|
|
|
|
boost::filesystem::path GetDefaultDataDir(); |
|
|
|
|
const boost::filesystem::path &GetDataDir(bool fNetSpecific = true); |
|
|
|
|
boost::filesystem::path GetHTMLDir(); |
|
|
|
|
boost::filesystem::path GetConfigFile(); |
|
|
|
|
boost::filesystem::path GetPidFile(); |
|
|
|
|
void CreatePidFile(const boost::filesystem::path &path, pid_t pid); |
|
|
|
|