Searched defs:uploadPath (Results 1 – 2 of 2) sorted by relevance
75 bool InitDbUploadPath(const std::string& dbPath, std::string& uploadPath) in InitDbUploadPath()98 void MoveDbFilesToUploadDir(const std::string& dbPath, const std::string& uploadPath) in MoveDbFilesToUploadDir()120 void MoveDbFileToUploadDir(const std::string& dbPath, const std::string& uploadPath) in MoveDbFileToUploadDir()134 void TryToAgeUploadDbFiles(const std::string& uploadPath, uint32_t maxFileNum) in TryToAgeUploadDbFiles()
576 std::string uploadPath = UPLOAD_PATH + std::to_string(pid) + "/"; variable