Searched refs:currentFileSize (Results 1 – 1 of 1) sorted by relevance
161 std::uintmax_t currentFileSize = std::filesystem::file_size(loc, ec); in handleFilePut() local177 if (data.length() > currentFileSize) in handleFilePut()179 newSizeToWrite = data.length() - currentFileSize; in handleFilePut()