Searched refs:targetSize (Results 1 – 5 of 5) sorted by relevance
15 final long targetSize; field in DbPath17 public DbPath(final Path path, final long targetSize) { in DbPath() argument19 this.targetSize = targetSize; in DbPath()34 if (targetSize != dbPath.targetSize) { in equals()44 result = 31 * result + (int) (targetSize ^ (targetSize >>> 32)); in hashCode()
368 public void setDeadlockInfoBufferSize(final int targetSize) { in setDeadlockInfoBufferSize() argument369 setDeadlockInfoBufferSize(nativeHandle_, targetSize); in setDeadlockInfoBufferSize()403 final int targetSize); in setDeadlockInfoBufferSize() argument
306 targetSizes[i] = dbPath.targetSize; in setDbPaths()
365 targetSizes[i] = dbPath.targetSize; in setDbPaths()
434 uint64_t targetSize = GetFileSize(); in Close() local457 TruncateFile(targetSize); in Close()