Searched refs:snapshotSize (Results 1 – 3 of 3) sorted by relevance
101 long long snapshotSize; in append() local103 file->captureSnapshot(snapshotSize, snapshotModificationTime); in append()105 m_size += snapshotSize; in append()107 … m_items.append(BlobDataItem(file->fileSystemURL(), 0, snapshotSize, snapshotModificationTime)); in append()109 m_items.append(BlobDataItem(file->path(), 0, snapshotSize, snapshotModificationTime)); in append()
184 void File::captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const in captureSnapshot() argument187 snapshotSize = m_snapshotSize; in captureSnapshot()196 snapshotSize = 0; in captureSnapshot()201 snapshotSize = metadata.length; in captureSnapshot()
102 void captureSnapshot(long long& snapshotSize, double& snapshotModificationTime) const;